From 76b4988dcc9b31e321750d45117929aa0a8141ca Mon Sep 17 00:00:00 2001 From: pieter Date: Wed, 26 Nov 2025 02:14: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 0eb3c89..9c27cab 100644 --- a/templates/configmap.yaml +++ b/templates/configmap.yaml @@ -13,7 +13,7 @@ data: server { listen 80; server_name _; - root /usr/src/wordpress; + root /wordpress; index index.php index.html; access_log /var/log/nginx/access.log;