mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update subfolder paths
This commit is contained in:
parent
a7291bb68e
commit
71c3d3c37f
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user