diff options
Diffstat (limited to 'nginx.conf')
-rw-r--r-- | nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ http { } server { - listen 9999; # Lembra da porta 9999 obrigatória? + listen 9999; location / { proxy_pass http://api; |