mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-26 16:21:31 +00:00
Enable http2
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
listen ${HTTPS_PORT};
|
||||
listen [::]:${HTTPS_PORT};
|
||||
listen ${HTTPS_PORT} http2;
|
||||
listen [::]:${HTTPS_PORT} http2;
|
||||
|
||||
Reference in New Issue
Block a user