mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-07-17 00:01:18 -04:00
Compare commits
4 Commits
9ba5c13702
...
372b1c7bbc
Author | SHA1 | Date | |
---|---|---|---|
|
372b1c7bbc | ||
|
095d59c01b | ||
|
1a2f145b28 | ||
|
d6c3c58f42 |
@ -1,5 +1,6 @@
|
|||||||
proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h max_size=1g;
|
proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h max_size=1g;
|
||||||
server_names_hash_bucket_size 64;
|
server_names_hash_max_size 512;
|
||||||
|
server_names_hash_bucket_size 128;
|
||||||
|
|
||||||
map $http_x_forwarded_proto $client_req_scheme {
|
map $http_x_forwarded_proto $client_req_scheme {
|
||||||
default $scheme;
|
default $scheme;
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
listen ${HTTPS_PORT} ssl http2;
|
listen ${HTTPS_PORT} ssl;
|
||||||
listen [::]:${HTTPS_PORT} ssl http2;
|
listen [::]:${HTTPS_PORT} ssl;
|
||||||
|
http2 on;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user