Added new config
This commit is contained in:
parent
42731ebcf7
commit
ab0375cf18
@ -7,7 +7,7 @@ server {
|
|||||||
|
|
||||||
# API wird intern an Express weitergereicht
|
# API wird intern an Express weitergereicht
|
||||||
location ^~ /api/ {
|
location ^~ /api/ {
|
||||||
proxy_pass http://schiri-backend:3000/;
|
proxy_pass http://schiri-backend:3000;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user