This commit is contained in:
Philippe Caseiro 2023-06-12 15:20:30 +02:00
parent ab7a54ff33
commit 3a036f4104
1 changed files with 2 additions and 2 deletions

View File

@ -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