mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 02:31:51 +02:00
Update ingress.gtpl
This commit is contained in:
@@ -1,17 +1,10 @@
|
|||||||
server {
|
server {
|
||||||
listen {{ .interface }}:{{ .port }} default_server;
|
listen {{ .interface }}:{{ .port }} default_server;
|
||||||
server_name vue.torrent;
|
|
||||||
include /etc/nginx/includes/server_params.conf;
|
include /etc/nginx/includes/server_params.conf;
|
||||||
include /etc/nginx/includes/proxy_params.conf;
|
include /etc/nginx/includes/proxy_params.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /vuetorrent/public/;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /api {
|
|
||||||
proxy_pass {{ .protocol }}://backend;
|
proxy_pass {{ .protocol }}://backend;
|
||||||
http2_push_preload on;
|
|
||||||
client_max_body_size 10M;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user