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

Disable proxy_buffering

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