disable proxy buffering

This commit is contained in:
DecDuck
2026-04-19 09:38:42 +10:00
parent 6bb7eca145
commit 5bbe406e4c
4 changed files with 171 additions and 1 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ COPY --from=torrential-build /build/target/release/torrential /usr/bin/
ENV LIBRARY="/library"
ENV DATA="/data"
ENV NGINX_CONFIG="/nginx.conf"
# NGINX's port
# Nuxt's port
ENV PORT=4000
CMD ["sh", "/app/startup/launch.sh"]
+2
View File
@@ -21,6 +21,8 @@ http {
scgi_temp_path scgi_temp;
uwsgi_temp_path uwsgi_temp;
proxy_buffering off;
server {
listen 3000;
server_name localhost;