mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-19 17:38:43 +02:00
Fixed SSL warnings
This commit is contained in:
parent
5a3d4e950f
commit
6dcae158f5
@ -1,5 +1,7 @@
|
||||
server {
|
||||
listen 8080;
|
||||
listen [::]:8080;
|
||||
|
||||
server_name zabbix;
|
||||
index index.php;
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
server {
|
||||
listen 8443 ssl http2;
|
||||
listen [::]:8443 ssl http2;
|
||||
server_name zabbix;
|
||||
server_name_in_redirect off;
|
||||
|
||||
@ -15,9 +16,6 @@ server {
|
||||
|
||||
client_max_body_size 10M;
|
||||
|
||||
|
||||
ssl on;
|
||||
# ssl_stapling on;
|
||||
ssl_certificate /etc/ssl/nginx/ssl.crt;
|
||||
ssl_certificate_key /etc/ssl/nginx/ssl.key;
|
||||
ssl_dhparam /etc/ssl/nginx/dhparam.pem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user