change http2 configuraiton
This commit is contained in:
parent
ea70c2be88
commit
c9022e7380
1 changed files with 3 additions and 2 deletions
|
@ -46,8 +46,9 @@ server {
|
|||
|
||||
# HTTPS Server
|
||||
server {
|
||||
listen ${NGINX_HTTPS_PORT} ssl http2;
|
||||
listen [::]:${NGINX_HTTPS_PORT} ssl http2;
|
||||
listen ${NGINX_HTTPS_PORT} ssl;
|
||||
listen [::]:${NGINX_HTTPS_PORT} ssl;
|
||||
http2 on;
|
||||
server_name ${NGINX_SERVERNAME};
|
||||
|
||||
ssl_certificate /etc/nginx/ssl/certs/sso.base23.de.crt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue