We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a729251 commit 1f79f86Copy full SHA for 1f79f86
.gitignore
@@ -0,0 +1,9 @@
1
+/vendor
2
+composer.phar
3
+composer.lock
4
+.DS_Store
5
+Thumbs.db
6
+/phpunit.xml
7
+/.idea
8
+/.vscode
9
+.phpunit.result.cache
README.md
@@ -20,6 +20,10 @@ Ubuntu 18:
20
bash <(wget -O - https://raw.githubusercontent.com/Athlon1600/php-proxy-installer/master/ubuntu18.sh)
21
```
22
23
+Ubuntu 19 with nginx
24
+```console
25
+bash <(wget -O - https://raw.githubusercontent.com/Athlon1600/php-proxy-installer/master/nginx-ubuntu19.sh)
26
+```
27
28
29

0 commit comments