templates/configmap.yaml を更新

This commit is contained in:
2025-11-26 01:52:42 +00:00
parent 690ac6423f
commit 092511bd2a

View File

@@ -13,7 +13,7 @@ data:
server {
listen 80;
server_name _;
root /var/www/html;
root /usr/src/wordpress;
index index.php index.html;
access_log /var/log/nginx/access.log;