mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 10:33:40 +02:00
Clean
This commit is contained in:
@@ -5,13 +5,9 @@ server {
|
|||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
server_name photoprism.*;
|
server_name photoprism.*;
|
||||||
|
|
||||||
add_header 'Referrer-Policy' 'no-referrer';
|
|
||||||
proxy_set_header Range $http_range;
|
|
||||||
proxy_set_header If-Range $http_if_range;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
# Proxy
|
# Proxy
|
||||||
proxy_pass http://127.0.0.1:2341%%ingress_entry%%/;
|
proxy_pass http://127.0.0.1:2341%%ingress_entry%%;
|
||||||
|
|
||||||
proxy_read_timeout 300;
|
proxy_read_timeout 300;
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
|||||||
Reference in New Issue
Block a user