File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ services:
77 NGINX_VHOST_PRESET : drupal10
88 NGINX_SERVER_EXTRA_CONF_FILEPATH : /var/www/html/server.conf
99 NGINX_ALLOW_XML_ENDPOINTS : 1
10+ NGINX_DRUPAL_REMOVE_INDEXPHP : 1
1011 NGINX_LOG_FORMAT_OVERRIDE : ' $$http_x_forwarded_for - $$remote_user [$$time_local] "$$request" $$status $$body_bytes_sent "$$http_referer" "$$http_user_agent"'
1112 depends_on :
1213 - drupal
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ services:
77 NGINX_VHOST_PRESET : drupal11
88 NGINX_SERVER_EXTRA_CONF_FILEPATH : /var/www/html/server.conf
99 NGINX_ALLOW_XML_ENDPOINTS : 1
10+ NGINX_DRUPAL_REMOVE_INDEXPHP : 1
1011 NGINX_LOG_FORMAT_OVERRIDE : ' $$http_x_forwarded_for - $$remote_user [$$time_local] "$$request" $$status $$body_bytes_sent "$$http_referer" "$$http_user_agent"'
1112 depends_on :
1213 - drupal
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ services:
44 environment :
55 NGINX_BACKEND_HOST : drupal
66 NGINX_VHOST_PRESET : drupal7
7+ NGINX_DRUPAL_REMOVE_INDEXPHP : 1
78 NGINX_SERVER_EXTRA_CONF_FILEPATH : /var/www/html/server.conf
89 NGINX_LOG_FORMAT_SHOW_REAL_IP : 1
910 depends_on :
You can’t perform that action at this time.
0 commit comments