fix: add missing ~

This commit is contained in:
Karishma Shukla
2025-07-12 19:08:18 +05:30
committed by GitHub
parent e3651046e7
commit 4fab256aed

View File

@@ -11,7 +11,7 @@ server {
}
# Proxy for backend
location ^/(auth|storage|record|workflow|robot|proxy|api-docs|api)(/|$) {
location ~ ^/(auth|storage|record|workflow|robot|proxy|api-docs|api)(/|$) {
proxy_pass http://localhost:8080; # change as per your setup
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;