Skip to content
Snippets Groups Projects
Commit a817819f authored by Måns Gezelius's avatar Måns Gezelius
Browse files

Disable proxy_buffering

parent 47ab91af
No related branches found
No related tags found
No related merge requests found
Pipeline #166053 passed
...@@ -72,6 +72,7 @@ http { ...@@ -72,6 +72,7 @@ http {
location / { location / {
proxy_pass https://localhost:8000; proxy_pass https://localhost:8000;
proxy_buffering off;
} }
location /static/ { location /static/ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment