Skip to content

Commit e1f12c2

Browse files
committed
Revert to use slash
1 parent 5cac178 commit e1f12c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/default.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ server {
1313
}
1414

1515
location / {
16-
proxy_pass http://sdwebapp:8000;
16+
proxy_pass http://sdwebapp:8000/;
1717
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
1818
proxy_set_header Host $http_host;
1919
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)