diff --git a/templates/configmap.yaml b/templates/configmap.yaml index 42b6727..3c08e88 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -13,7 +13,7 @@ data: server { listen 80; server_name _; - root /opt/bitnami/wordpress; + root /var/www/html; index index.php index.html; access_log /var/log/nginx/access.log;