diff --git a/components/hydra-sql/resources/hydra-sql-deployment.yaml b/components/hydra-sql/resources/hydra-sql-deployment.yaml index 1df10a1..656109b 100644 --- a/components/hydra-sql/resources/hydra-sql-deployment.yaml +++ b/components/hydra-sql/resources/hydra-sql-deployment.yaml @@ -51,7 +51,7 @@ spec: - name: NGINX_ERROR_LOG_LEVEL value: "warn" - name: NGINX_APP_PHP_NON_FILE_PATTERN - value: "^/app\\.php(/|$)" + value: "^/index\\.php(/|$)" ports: - containerPort: 8080 restartPolicy: Always