diff --git a/phpfpm-k8s/app-code/docker-compose.yml b/phpfpm-k8s/app-code/docker-compose.yml index 4af7bf4b..b06440bd 100644 --- a/phpfpm-k8s/app-code/docker-compose.yml +++ b/phpfpm-k8s/app-code/docker-compose.yml @@ -19,7 +19,7 @@ services: - '80:80' - '443:443' volumes: - - ./vhosts:/bitnami/nginx/conf/vhosts + - ./vhosts:/bitnami/nginx/conf/server_blocks mariadb: image: bitnami/mariadb:latest environment: diff --git a/phpfpm-k8s/helm-chart/templates/deployment.yaml b/phpfpm-k8s/helm-chart/templates/deployment.yaml index d277932d..6297ce8e 100644 --- a/phpfpm-k8s/helm-chart/templates/deployment.yaml +++ b/phpfpm-k8s/helm-chart/templates/deployment.yaml @@ -67,7 +67,7 @@ spec: timeoutSeconds: 1 volumeMounts: - name: nginx-config - mountPath: /bitnami/nginx/conf/vhosts + mountPath: /bitnami/nginx/conf/server_blocks volumes: - name: nginx-config configMap: