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 {
1616 error_log /data/logs/default-host_error.log warn;
1717{% include "_exploits.conf" %}
1818
19+ include conf.d/include/letsencrypt-acme-challenge.conf;
20+
1921{%- if value == "404" %}
2022 location / {
2123 return 404;
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ server {
99
1010 server_name localhost-nginx-proxy-manager;
1111 access_log /data/logs/fallback_access.log standard;
12- error_log /dev/null crit ;
12+ error_log /data/logs/fallback_error.log warn ;
1313 include conf.d/include/assets.conf;
1414 include conf.d/include/block-exploits.conf;
15+ include conf.d/include/letsencrypt-acme-challenge.conf;
1516
1617 location / {
1718 index index.html;
You can’t perform that action at this time.
0 commit comments