Update Dockerfile mounting,fix Nginx config typo

This commit is contained in:
2022-08-18 17:00:51 +01:00
parent 4caac25b14
commit 0d68233d41
2 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@ server {
listen 443 ssl http2 default_server;
listen [::]:443 ssl http2 default_server;
# SSL configuration
# SSL configuration
include /etc/nginx/ssl.conf;
include /etc/nginx/certbot-challenge.conf;