diff --git a/nginx.conf b/nginx.conf index 7ad2d27..65fa823 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,11 +1,11 @@ server { listen 80; - location /api/ { # api server - client_max_body_size 0; - proxy_http_version 1.0; - proxy_pass http://zeitadler-dashboard-api/; - } + #location /api/ { # api server + # client_max_body_size 0; + # proxy_http_version 1.0; + # proxy_pass http://zeitadler-dashboard-api/; + #} location / { # frontend root /usr/share/nginx/html;