doc: correct path

This commit is contained in:
Christophe Siraut 2020-05-02 14:02:01 +02:00
parent 87839852a6
commit b81ebbdc8a
2 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@ server {
ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
include snippets/publik-openssl.conf;
include snippets/publik-authentic.conf;
include snippets/publik-authentic2-multitenant.conf;
}

View File

@ -9,7 +9,7 @@ server {
ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
include snippets/publik-ssl.conf;
include snippets/publik-openssl.conf;
location / {
return 404;