From 0efbcee3645c9c19b2429a2647f3ba706f9b6ad7 Mon Sep 17 00:00:00 2001 From: pieter Date: Wed, 26 Nov 2025 07:31:54 +0000 Subject: [PATCH] =?UTF-8?q?templates/configmap.yaml=20=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;