mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 00:02:26 +01:00 
			
		
		
		
	Fix dhparams path
This commit is contained in:
		@@ -187,7 +187,7 @@ server {
 | 
			
		||||
    ssl_prefer_server_ciphers on;
 | 
			
		||||
    #
 | 
			
		||||
    # ssl_dhparam require you to create a dhparam.pem, this takes a long time
 | 
			
		||||
    ssl_dhparam /etc/ssl/certs/dhparam.pem;
 | 
			
		||||
    ssl_dhparam /etc/nginx/dhparam.pem;
 | 
			
		||||
    #
 | 
			
		||||
 
 | 
			
		||||
    # add headers
 | 
			
		||||
 
 | 
			
		||||
@@ -160,7 +160,7 @@ ssl_trusted_certificate /etc/ssl/certs/nextcloud.crt;
 | 
			
		||||
#ssl_certificate /etc/letsencrypt/ecc-certs/fullchain.pem;
 | 
			
		||||
#ssl_certificate_key /etc/letsencrypt/ecc-certs/privkey.pem;
 | 
			
		||||
#ssl_trusted_certificate /etc/letsencrypt/ecc-certs/chain.pem;
 | 
			
		||||
ssl_dhparam /etc/ssl/certs/dhparam.pem;
 | 
			
		||||
ssl_dhparam /etc/nginx/dhparam.pem;
 | 
			
		||||
ssl_session_timeout 1d;
 | 
			
		||||
ssl_session_cache shared:SSL:50m;
 | 
			
		||||
ssl_session_tickets off;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user