Upload full Albumik YunoHost package
This commit is contained in:
11
conf/nginx.conf
Normal file
11
conf/nginx.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# Albumik - YunoHost nginx reverse proxy
|
||||
location __PATH__/ {
|
||||
proxy_pass http://127.0.0.1:__PORT__/;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_read_timeout 300;
|
||||
proxy_send_timeout 300;
|
||||
client_max_body_size 2048M;
|
||||
}
|
||||
Reference in New Issue
Block a user