attempting proxying
This commit is contained in:
@@ -25,11 +25,14 @@ http {
|
|||||||
|
|
||||||
location /events {
|
location /events {
|
||||||
proxy_pass http://chore-app-backend:5000/events;
|
proxy_pass http://chore-app-backend:5000/events;
|
||||||
|
proxy_set_header Host $host;
|
||||||
proxy_set_header Connection '';
|
proxy_set_header Connection '';
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
chunked_transfer_encoding off;
|
chunked_transfer_encoding off;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_cache off;
|
proxy_cache off;
|
||||||
|
proxy_read_timeout 36000s;
|
||||||
|
proxy_send_timeout 36000s;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|||||||
Reference in New Issue
Block a user