mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-04 08:23:37 +00:00
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% include "_header_comment.conf" %}
|
||||
|
||||
{% if enabled %}
|
||||
{% if enabled == 1 or enabled == true %}
|
||||
server {
|
||||
{% include "_listen.conf" %}
|
||||
{% include "_certificates.conf" %}
|
||||
@@ -11,7 +11,7 @@ server {
|
||||
{{ advanced_config }}
|
||||
include conf.d/include/acme-challenge.conf;
|
||||
include conf.d/include/block-exploits.conf;
|
||||
{% if use_default_location %}
|
||||
{% if use_default_location == 1 or use_default_location == true %}
|
||||
location / {
|
||||
include conf.d/include/acme-challenge.conf;
|
||||
{% if preserve_path == 1 or preserve_path == true %}
|
||||
|
Reference in New Issue
Block a user