OG Meta and navbar bug fix

This commit is contained in:
2021-12-06 21:58:51 +00:00
parent d353a80269
commit daaf173ff6
7 changed files with 10 additions and 10 deletions

View File

@ -2,13 +2,13 @@ server {
listen 80 default_server;
listen [::]:80 default_server;
# listen 443 ssl http2 default_server;
# listen [::]:443 ssl http2 default_server;
listen 443 ssl http2 default_server;
listen [::]:443 ssl http2 default_server;
access_log /var/log/nginx/host.access.log main;
#SSL configuration
# include /etc/nginx/ssl.conf;
# SSL configuration
include /etc/nginx/ssl.conf;
# Add index.php to the list if you are using PHP
index index.html index.htm index.nginx-debian.html;