templates/configmap.yaml を更新

This commit is contained in:
2025-11-26 03:54:47 +00:00
parent 3ba00ed7b4
commit c06c046174

View File

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