This commit is contained in:
Philippe Caseiro 2023-06-13 09:22:59 +02:00
parent 3a036f4104
commit a3ad5b1ba8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ spec:
- 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
value: "^/app\\.php(/|$)" value: "^/index\\.php(/|$)"
ports: ports:
- containerPort: 8080 - containerPort: 8080
restartPolicy: Always restartPolicy: Always