Update ingress.conf

This commit is contained in:
Alexandre
2022-06-30 11:37:39 +02:00
committed by GitHub
parent 5453ee1af9
commit 8f9b1a91ab

View File

@@ -4,7 +4,6 @@ server {
include /etc/nginx/includes/proxy_params.conf;
client_max_body_size 0;
proxy_buffering off;
proxy_read_timeout 30;
location / {
proxy_pass http://127.0.0.1:8080;