mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-21 06:23:24 +00:00
Backend schema and migration modifications for allowing static hosts and locations
This commit is contained in:
committed by
Jamie Curnow
parent
f61ab55b52
commit
8de118d875
@@ -52,8 +52,14 @@ server {
|
||||
proxy_http_version 1.1;
|
||||
{% endif %}
|
||||
|
||||
# Proxy!
|
||||
include conf.d/include/proxy.conf;
|
||||
{% if static == 1 or static == true %}
|
||||
alias {{ root_dir }}/$1;
|
||||
try_files $uri /{{index_file}} =200;
|
||||
{% else %}
|
||||
# Proxy!
|
||||
include conf.d/include/proxy.conf;
|
||||
|
||||
{% endif %}
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user