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 /nginx.sample.conf | |
| 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
Diffstat (limited to 'nginx.sample.conf')
| -rw-r--r-- | nginx.sample.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |