Fixes renewal unused http certificates

This commit is contained in:
chaptergy 2021-08-04 13:52:20 +02:00
parent cea80b482e
commit d34691152c
No known key found for this signature in database
GPG Key ID: BDFB615E550409E7
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,8 @@ server {
error_log /data/logs/default-host_error.log warn;
{% include "_exploits.conf" %}
include conf.d/include/letsencrypt-acme-challenge.conf;
{%- if value == "404" %}
location / {
return 404;

View File

@ -9,9 +9,10 @@ server {
server_name localhost-nginx-proxy-manager;
access_log /data/logs/fallback_access.log standard;
error_log /dev/null crit;
error_log /data/logs/fallback_error.log warn;
include conf.d/include/assets.conf;
include conf.d/include/block-exploits.conf;
include conf.d/include/letsencrypt-acme-challenge.conf;
location / {
index index.html;