fup
This commit is contained in:
parent
ab7a54ff33
commit
3a036f4104
|
@ -45,9 +45,9 @@ spec:
|
||||||
- name: NGINX_APP_UPSTREAM_BACKEND_SERVER
|
- name: NGINX_APP_UPSTREAM_BACKEND_SERVER
|
||||||
value: 127.0.0.1:9000
|
value: 127.0.0.1:9000
|
||||||
- name: NGINX_APP_ROOT
|
- name: NGINX_APP_ROOT
|
||||||
value: "/web"
|
value: "/public"
|
||||||
- name: NGINX_APP_PHP_INDEX
|
- name: NGINX_APP_PHP_INDEX
|
||||||
value: "/app.php"
|
value: "/index.php"
|
||||||
- name: NGINX_ERROR_LOG_LEVEL
|
- name: NGINX_ERROR_LOG_LEVEL
|
||||||
value: "warn"
|
value: "warn"
|
||||||
- name: NGINX_APP_PHP_NON_FILE_PATTERN
|
- name: NGINX_APP_PHP_NON_FILE_PATTERN
|
||||||
|
|
Loading…
Reference in New Issue