File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
docker/rootfs/etc/nginx/conf.d Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ server {
16
16
error_log /data/logs/default-host_error.log warn;
17
17
{% include "_exploits.conf" %}
18
18
19
+ include conf.d/include/letsencrypt-acme-challenge.conf;
20
+
19
21
{%- if value == "404" %}
20
22
location / {
21
23
return 404;
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ server {
9
9
10
10
server_name localhost-nginx-proxy-manager;
11
11
access_log /data/logs/fallback_access.log standard;
12
- error_log /dev/null crit ;
12
+ error_log /data/logs/fallback_error.log warn ;
13
13
include conf.d/include/assets.conf;
14
14
include conf.d/include/block-exploits.conf;
15
+ include conf.d/include/letsencrypt-acme-challenge.conf;
15
16
16
17
location / {
17
18
index index.html;
You can’t perform that action at this time.
0 commit comments