fix: fixed url rewrite for docs

This commit is contained in:
ITQ
2025-05-08 14:21:46 +03:00
parent ab9cafc70e
commit 041a5d92e0
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -376,7 +376,6 @@ services:
custom_python:
image: registry.gitlab.com/megazordpobeda/datarush/custom-python:${VERSION:-latest}
entrypoint: ["sh", "-c", "exit 0"]
checker:
image: registry.gitlab.com/megazordpobeda/datarush/checker:${VERSION:-latest}
+1 -1
View File
@@ -108,7 +108,7 @@ http {
}
location /docs {
rewrite ^/docs/(.*)$ /$1 break;
rewrite ^/docs(.*) /$1 break;
proxy_pass http://docs:80;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;