You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: php/nginx/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ WEB_INCLUDES | A space separated list of files in /etc/nginx/sites-enabled/ to i
127
127
WEB_DEFAULT_SERVER | True if the virtual host should be used for any unmatched traffic | true/false | true
128
128
APP_ENDPOINT | The uri of the web application php endpoint | domain relative uri | /index.php
129
129
APP_ENDPOINT_REWRITE | Determines whether to rewrite urls that don't match webroot files to the APP_ENDPOINT | true/false | true
130
-
APP_ENDPOINT_REGEX | A regex used to define allowed application endpoints, see [site_phpfpm.conf.tmpl](https://github.com/continuouspipe/dockerfiles/blob/master/php-nginx/etc/confd/templates/nginx/site_phpfpm.conf.tmpl#L1) | string | auto-detected
130
+
APP_ENDPOINT_REGEX | A regex used to define allowed application endpoints, see [site_phpfpm.conf.tmpl](https://github.com/continuouspipe/dockerfiles/blob/master/php/nginx/etc/confd/templates/nginx/site_phpfpm.conf.tmpl#L1) | string | auto-detected
131
131
APP_ENDPOINT_STRICT | Restricts allowed application endpoints to only that of the APP_ENDPOINT environment variable | true/false | false
132
132
ASSETS_CLEANUP | Whether to delete the assets in ASSETS_PATH after they have been applied | true/false | true
133
133
ASSETS_ENV | The assets environment assets are downloaded/applied from. If unset no asset actions will happen | a asset environment |
Copy file name to clipboardExpand all lines: symfony/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ SYMFONY_CONSOLE | The location of the Symfony console script | file path | auto-
77
77
SYMFONY_WEB_APP_ENV_REWRITE | Whether to use web/app_*.php when SYMFONY_ENV != prod | true, false | false
78
78
APP_ENDPOINT | The uri of the web application php endpoint | domain relative uri | auto-detected based on SYMFONY_ENV and SYMFONY_WEB_APP_ENV_REWRITE
79
79
APP_ENDPOINT_REWRITE | Determines whether to redirect urls that don't match webroot files to the APP_ENDPOINT | true/false | true
80
-
APP_ENDPOINT_REGEX | A regex used to define allowed application endpoints, see [site_phpfpm.conf.tmpl](https://github.com/continuouspipe/dockerfiles/blob/master/php-nginx/etc/confd/templates/nginx/site_phpfpm.conf.tmpl#L1) | string | auto-detected
80
+
APP_ENDPOINT_REGEX | A regex used to define allowed application endpoints, see [site_phpfpm.conf.tmpl](https://github.com/continuouspipe/dockerfiles/blob/master/php/nginx/etc/confd/templates/nginx/site_phpfpm.conf.tmpl#L1) | string | auto-detected
81
81
APP_ENDPOINT_STRICT | Restricts allowed application endpoints to only that of the APP_ENDPOINT environment variable | true/false | true
82
82
83
83
The following variables have had their defaults changed from the php-nginx image so that Symfony runs better:
@@ -99,8 +99,8 @@ This allows you to define and override bash functions that the base images add.
99
99
100
100
In addition to the bash functions defined in this base image's parent images:
101
101
*[the base image functions](../ubuntu/16.04/README.md#custom-build-and-startup-scripts)
102
-
* either [the php-nginx image functions](../php-nginx/README.md#custom-build-and-startup-scripts)
103
-
* or [the php-apache image functions](../php-apache/README.md#custom-build-and-startup-scripts)
102
+
* either [the php-nginx image functions](../php/nginx/README.md#custom-build-and-startup-scripts)
103
+
* or [the php-apache image functions](../php/apache/README.md#custom-build-and-startup-scripts)
104
104
105
105
This base image adds the following bash functions:
0 commit comments