mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-10-31 12:03:37 +00:00 
			
		
		
		
	Merge pull request #303 from wazuh/fix-301-update-config-format
Update Nginx config syntax
This commit is contained in:
		| @@ -60,9 +60,8 @@ server { | ||||
| } | ||||
|  | ||||
| server { | ||||
|     listen ${NGINX_PORT} default_server; | ||||
|     listen [::]:${NGINX_PORT}; | ||||
|     ssl on; | ||||
|     listen ${NGINX_PORT} default_server ssl; | ||||
|     listen [::]:${NGINX_PORT} ssl; | ||||
|     ssl_certificate /etc/nginx/conf.d/ssl/certs/kibana-access.pem; | ||||
|     ssl_certificate_key /etc/nginx/conf.d/ssl/private/kibana-access.key; | ||||
|     location / { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user