diff --git a/components/hydra-sql/resources/hydra-sql-deployment.yaml b/components/hydra-sql/resources/hydra-sql-deployment.yaml index b3159f0..1df10a1 100644 --- a/components/hydra-sql/resources/hydra-sql-deployment.yaml +++ b/components/hydra-sql/resources/hydra-sql-deployment.yaml @@ -45,9 +45,9 @@ spec: - name: NGINX_APP_UPSTREAM_BACKEND_SERVER value: 127.0.0.1:9000 - name: NGINX_APP_ROOT - value: "/web" + value: "/public" - name: NGINX_APP_PHP_INDEX - value: "/app.php" + value: "/index.php" - name: NGINX_ERROR_LOG_LEVEL value: "warn" - name: NGINX_APP_PHP_NON_FILE_PATTERN