mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 04:51:57 +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 {
|
server {
|
||||||
listen ${NGINX_PORT} default_server;
|
listen ${NGINX_PORT} default_server ssl;
|
||||||
listen [::]:${NGINX_PORT};
|
listen [::]:${NGINX_PORT} ssl;
|
||||||
ssl on;
|
|
||||||
ssl_certificate /etc/nginx/conf.d/ssl/certs/kibana-access.pem;
|
ssl_certificate /etc/nginx/conf.d/ssl/certs/kibana-access.pem;
|
||||||
ssl_certificate_key /etc/nginx/conf.d/ssl/private/kibana-access.key;
|
ssl_certificate_key /etc/nginx/conf.d/ssl/private/kibana-access.key;
|
||||||
location / {
|
location / {
|
||||||
|
Reference in New Issue
Block a user