Skip to content
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Feb 14, 2018
2 parents 83b150d + 2021dbe commit b54b31c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/d6-vhost.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ map $http_x_forwarded_proto $fastcgi_https {

server {
server_name {{ getenv "NGINX_SERVER_NAME" "drupal" }};
listen 80;
listen 80 default_server{{ if getenv "NGINX_HTTP2" }} http2{{ end }};

root {{ getenv "NGINX_SERVER_ROOT" "/var/www/html/" }};
index index.php;
Expand Down
2 changes: 1 addition & 1 deletion templates/d7-vhost.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ map $http_x_forwarded_proto $fastcgi_https {

server {
server_name {{ getenv "NGINX_SERVER_NAME" "drupal" }};
listen 80;
listen 80 default_server{{ if getenv "NGINX_HTTP2" }} http2{{ end }};

root {{ getenv "NGINX_SERVER_ROOT" "/var/www/html/" }};
index index.php;
Expand Down
2 changes: 1 addition & 1 deletion templates/d8-vhost.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ map $http_x_forwarded_proto $fastcgi_https {

server {
server_name {{ getenv "NGINX_SERVER_NAME" "drupal" }};
listen 80;
listen 80 default_server{{ if getenv "NGINX_HTTP2" }} http2{{ end }};

root {{ getenv "NGINX_SERVER_ROOT" "/var/www/html/" }};
index index.php;
Expand Down

0 comments on commit b54b31c

Please sign in to comment.