We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ec361 commit 235d731Copy full SHA for 235d731
nginx.conf
@@ -11,7 +11,7 @@ server {
11
}
12
13
# Proxy for backend
14
- location ^/(auth|storage|record|workflow|robot|proxy|api-docs)(/|$) {
+ location ^/(auth|storage|record|workflow|robot|proxy|api-docs|api)(/|$) {
15
proxy_pass http://localhost:8080; # change as per your setup
16
proxy_http_version 1.1;
17
proxy_set_header Upgrade $http_upgrade;
0 commit comments