Forward Let's Encrypt challenges for updates from srv03 to srv02

This commit is contained in:
Alexander Dietrich 2017-04-07 20:54:58 +02:00
commit 81ccb6e583
5 changed files with 15 additions and 4 deletions

View file

@ -27,6 +27,10 @@ server {
location / {
include /etc/nginx/include/listing.conf;
}
{% if letsencrypt_srv02 %}
include /etc/nginx/include/letsencrypt_srv02.conf;
{% endif %}
}
server {