Update site configurations to compily with the new nginx.

This commit is contained in:
2025-03-02 16:12:27 +00:00
parent 1f603f04bb
commit 3ab44bc9fa
4 changed files with 10 additions and 9 deletions

View File

@@ -17,13 +17,13 @@
##
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
server_name www.vostan.org;
# SSL configuration
#
ssl on;
ssl_certificate /etc/nginx/ssl/live/www.vostan.org/fullchain.pem;
ssl_certificate_key /etc/nginx/ssl/live/www.vostan.org/privkey.pem;