OG Meta and navbar bug fix
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user