Skip to content

Commit 3a6da19

Browse files
author
Florian Treml
committed
Fixed redirect cycle for /api-docs #11
1 parent 44b183c commit 3a6da19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ http {
4848
proxy_cache_bypass $http_upgrade;
4949
proxy_set_header Upgrade $http_upgrade;
5050
proxy_set_header Connection "Upgrade";
51-
proxy_pass http://$upstream_frontend:56000/;
51+
proxy_pass http://$upstream_frontend:56000;
5252
proxy_read_timeout 300;
5353
}
5454
}

0 commit comments

Comments
 (0)