update subfolder paths

This commit is contained in:
Ulf Gebhardt 2022-01-05 12:47:30 +01:00
parent a7291bb68e
commit 71c3d3c37f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -27,7 +27,7 @@ server {
}
# Backend
location /graphql {
location /graphql/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
@ -40,7 +40,7 @@ server {
}
# Admin Frontend
location /admin {
location /admin/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';