diff options
| author | RyoshiKayo <[email protected]> | 2018-01-27 06:19:40 +0100 |
|---|---|---|
| committer | RyoshiKayo <[email protected]> | 2018-01-27 06:19:40 +0100 |
| commit | 01f1c600ed56535e6c24f06f9fd88f81451c1878 (patch) | |
| tree | 56a4f7ad89b58355ba477e16415f3be8f7952efb | |
| parent | Renamed original NGINX config (SSL Version) (diff) | |
| download | host.fuwn.me-01f1c600ed56535e6c24f06f9fd88f81451c1878.tar.xz host.fuwn.me-01f1c600ed56535e6c24f06f9fd88f81451c1878.zip | |
Matched ports from sample config
| -rw-r--r-- | nginx-ssl.sample.conf | 2 | ||||
| -rw-r--r-- | nginx.sample.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nginx-ssl.sample.conf b/nginx-ssl.sample.conf index c68f40f..2172564 100644 --- a/nginx-ssl.sample.conf +++ b/nginx-ssl.sample.conf @@ -1,5 +1,5 @@ upstream backend { - server 127.0.0.1:3000; # Change to the port you specified on lolisafe + server 127.0.0.1:9999; # Change to the port you specified on lolisafe } server { diff --git a/nginx.sample.conf b/nginx.sample.conf index 98032f3..71b8855 100644 --- a/nginx.sample.conf +++ b/nginx.sample.conf @@ -1,5 +1,5 @@ upstream backend { - server 127.0.0.1:3000; # Change to the port you specified on lolisafe + server 127.0.0.1:9999; # Change to the port you specified on lolisafe } server { |