1
0

Added ipv6 control script

This commit is contained in:
Yurii Vlasov
2023-01-27 10:57:35 +02:00
committed by Gitea
parent 791c61cabb
commit 3f4b08b8be
3 changed files with 18 additions and 11 deletions

View File

@ -1,7 +1,7 @@
server {
listen ${VIKUNJA_HTTP_PORT};
listen [::]:${VIKUNJA_HTTP_PORT};
## Needed when behind HAProxy with SSL termination + HTTP/2 support
## Needed when behind HAProxy with SSL termination + HTTP/2 support
listen ${VIKUNJA_HTTP2_PORT} default_server http2 proxy_protocol;
listen [::]:${VIKUNJA_HTTP2_PORT} default_server http2 proxy_protocol;