Update ingress.gtpl

This commit is contained in:
Alexandre
2021-05-06 14:16:58 +02:00
committed by GitHub
parent 95f4220448
commit b7d4bac8c5

View File

@@ -1,17 +1,10 @@
server {
listen {{ .interface }}:{{ .port }} default_server;
server_name vue.torrent;
include /etc/nginx/includes/server_params.conf;
include /etc/nginx/includes/proxy_params.conf;
location / {
root /vuetorrent/public/;
}
location /api {
proxy_pass {{ .protocol }}://backend;
http2_push_preload on;
client_max_body_size 10M;
}
}