mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 22:07:10 +00:00
fix: fixed url rewrite for docs
This commit is contained in:
@@ -376,7 +376,6 @@ services:
|
|||||||
|
|
||||||
custom_python:
|
custom_python:
|
||||||
image: registry.gitlab.com/megazordpobeda/datarush/custom-python:${VERSION:-latest}
|
image: registry.gitlab.com/megazordpobeda/datarush/custom-python:${VERSION:-latest}
|
||||||
entrypoint: ["sh", "-c", "exit 0"]
|
|
||||||
|
|
||||||
checker:
|
checker:
|
||||||
image: registry.gitlab.com/megazordpobeda/datarush/checker:${VERSION:-latest}
|
image: registry.gitlab.com/megazordpobeda/datarush/checker:${VERSION:-latest}
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /docs {
|
location /docs {
|
||||||
rewrite ^/docs/(.*)$ /$1 break;
|
rewrite ^/docs(.*) /$1 break;
|
||||||
proxy_pass http://docs:80;
|
proxy_pass http://docs:80;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|||||||
Reference in New Issue
Block a user