summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.conf b/nginx.conf
index 60b677f..fc8933d 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -12,7 +12,7 @@ http {
}
server {
- listen 9999; # Lembra da porta 9999 obrigatória?
+ listen 9999;
location / {
proxy_pass http://api;