stabile version
This commit is contained in:
@@ -8,8 +8,8 @@ server {
|
||||
}
|
||||
|
||||
location /api {
|
||||
proxy_pass https://restapi.testsite.deinedorfapp.de;
|
||||
proxy_set_header Host restapi.testsite.deinedorfapp.de;
|
||||
proxy_pass http://backend:5173;
|
||||
proxy_set_header Host backend;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user