For ponyconf we have a single certificate with alt names.

This commit is contained in:
Julien Palard 2022-10-21 14:22:33 +02:00
parent 6ab8224dba
commit e045d49c08
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
server_name {{ ponyconf_site }};
access_log /var/log/nginx/{{ ponyconf_site }}-access.log;
error_log /var/log/nginx/{{ ponyconf_site }}-error.log;
include snippets/letsencrypt-{{ ponyconf_site }}.conf;
include snippets/letsencrypt-cfp.pycon.fr.conf;
location /static/ {
alias {{ ponyconf_home }}/static/;