Loading ci/nginx.conf +3 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,9 @@ http { proxy_redirect off; location /api { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://localhost:5000/; } Loading Loading
ci/nginx.conf +3 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,9 @@ http { proxy_redirect off; location /api { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://localhost:5000/; } Loading