Disable proxy_buffering to make the progress bar working when using nginx reverse proxy

This commit is contained in:
Mohammad Wasil
2020-05-15 13:51:50 +02:00
parent 8a3790b01f
commit 0dbad9bd99

View File

@@ -85,6 +85,8 @@ server {
# websocket headers # websocket headers
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade; proxy_set_header Connection $connection_upgrade;
proxy_buffering off;
} }
# Managing requests to verify letsencrypt host # Managing requests to verify letsencrypt host