mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 10:25:01 +00:00
Update default.conf
This commit is contained in:
parent
5b35280da3
commit
31bf48bb7d
1 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 80; #443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:80; #443 ssl http2;
|
||||||
server_name _DOCKER_PROD_DOMAIN_;
|
server_name _DOCKER_PROD_DOMAIN_;
|
||||||
|
|
||||||
root /zeppelin/dashboard/dist;
|
root /zeppelin/dashboard/dist;
|
||||||
|
@ -27,13 +27,13 @@ server {
|
||||||
client_max_body_size 200M;
|
client_max_body_size 200M;
|
||||||
}
|
}
|
||||||
|
|
||||||
ssl_certificate /etc/ssl/certs/zeppelin-self-signed-cert.pem;
|
#ssl_certificate /etc/ssl/certs/zeppelin-self-signed-cert.pem;
|
||||||
ssl_certificate_key /etc/ssl/private/zeppelin-self-signed-cert.key;
|
#ssl_certificate_key /etc/ssl/private/zeppelin-self-signed-cert.key;
|
||||||
|
|
||||||
ssl_session_timeout 1d;
|
#ssl_session_timeout 1d;
|
||||||
ssl_session_cache shared:MozSSL:10m;
|
#ssl_session_cache shared:MozSSL:10m;
|
||||||
ssl_session_tickets off;
|
#ssl_session_tickets off;
|
||||||
|
|
||||||
ssl_protocols TLSv1.3;
|
#ssl_protocols TLSv1.3;
|
||||||
ssl_prefer_server_ciphers off;
|
#ssl_prefer_server_ciphers off;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue