templates/configmap.yaml を更新

This commit is contained in:
2025-11-26 02:14:54 +00:00
parent 52693e8f6e
commit 76b4988dcc

View File

@@ -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;