Skip to content

Commit 1f79f86

Browse files
committed
updated readme
1 parent a729251 commit 1f79f86

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Ubuntu 18:
2020
bash <(wget -O - https://raw.githubusercontent.com/Athlon1600/php-proxy-installer/master/ubuntu18.sh)
2121
```
2222

23+
Ubuntu 19 with nginx
24+
```console
25+
bash <(wget -O - https://raw.githubusercontent.com/Athlon1600/php-proxy-installer/master/nginx-ubuntu19.sh)
26+
```
2327

2428

2529
![PHP-Proxy Installation](http://i.imgur.com/I5obvni.png?1)

0 commit comments

Comments
 (0)