change http2 configuraiton

This commit is contained in:
Philip Henning 2024-11-19 14:18:15 +01:00
parent ea70c2be88
commit c9022e7380

View file

@ -46,8 +46,9 @@ server {
# HTTPS Server # HTTPS Server
server { server {
listen ${NGINX_HTTPS_PORT} ssl http2; listen ${NGINX_HTTPS_PORT} ssl;
listen [::]:${NGINX_HTTPS_PORT} ssl http2; listen [::]:${NGINX_HTTPS_PORT} ssl;
http2 on;
server_name ${NGINX_SERVERNAME}; server_name ${NGINX_SERVERNAME};
ssl_certificate /etc/nginx/ssl/certs/sso.base23.de.crt; ssl_certificate /etc/nginx/ssl/certs/sso.base23.de.crt;