diff --git a/nginx/site.local.conf b/nginx/site.local.conf index 061f45185ceffb6951c98104ebeec2d3fcae63b0..f68fbbd929dc6fba6a9664d2d8dd8bd2efc11da5 100644 --- a/nginx/site.local.conf +++ b/nginx/site.local.conf @@ -24,9 +24,6 @@ server { location /Logout { proxy_pass https://host.docker.internal:1443/Logout; } - location /doc { - proxy_pass https://host.docker.internal:1443/doc; - } location /imageNames { proxy_pass https://host.docker.internal:1443/api/animator/imageNames; }