chore: added rewrite to properly serve docs

This commit is contained in:
ITQ
2025-05-08 14:05:11 +03:00
parent c9907f6e6c
commit 5ac89db372
+1
View File
@@ -108,6 +108,7 @@ http {
}
location /docs {
rewrite ^/docs/(.*)$ /$1 break;
proxy_pass http://docs:80;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;