mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 00:55:01 +00:00
Enable http2
This commit is contained in:
parent
2db910d6dc
commit
e15795e112
1 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
listen ${HTTPS_PORT};
|
||||
listen [::]:${HTTPS_PORT};
|
||||
listen ${HTTPS_PORT} http2;
|
||||
listen [::]:${HTTPS_PORT} http2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue