diff --git a/static/nginx/pr.conf b/static/nginx/pr.conf index f8fce2c..3f7febd 100644 --- a/static/nginx/pr.conf +++ b/static/nginx/pr.conf @@ -15,6 +15,6 @@ server { proxy_set_header Access-Control-Allow-Origin *; proxy_set_header Access-Control-Allow-Methods *; proxy_set_header Access-Control-Allow-Headers *; - proxy_pass http://172.17.0.1:18000/admin; + proxy_pass http://172.17.0.1:18000; } } \ No newline at end of file