We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c18f3b commit e86c61dCopy full SHA for e86c61d
1 file changed
docker/nginx/nginx.conf.envsubst
@@ -9,6 +9,7 @@ events {
9
10
http {
11
server_names_hash_bucket_size 64;
12
+ http2 on;
13
14
# 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/)
15
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