diff --git a/conf/nginx.conf b/conf/nginx.conf index af84e46..2de679f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,10 +1,7 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { - # Path to source - alias __FINALPATH__/; - - # static files + proxy_pass http://localhost:5000; proxy_set_header Host $http_host; more_set_headers "X-Frame-Options: ALLOWALL";