Skip to content

Commit e86c61d

Browse files
committed
Enable HTTP 2
1 parent 4c18f3b commit e86c61d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/nginx/nginx.conf.envsubst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ events {
99

1010
http {
1111
server_names_hash_bucket_size 64;
12+
http2 on;
1213

1314
# Allow Nginx to resolve Docker host names (see https://sandro-keil.de/blog/2017/07/24/let-nginx-start-if-upstream-host-is-unavailable-or-down/)
1415
resolver $RESOLVER; # it seems rancher uses 169.254.169.250 instead of 127.0.0.11 which works well in docker-compose (see /etc/resolv.conf)

0 commit comments

Comments
 (0)