Skip to content

Commit d346911

Browse files
committed
Fixes renewal unused http certificates
1 parent cea80b4 commit d346911

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

backend/templates/default.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

docker/rootfs/etc/nginx/conf.d/default.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)