templates/configmap.yaml を更新

This commit is contained in:
2025-11-26 07:31:54 +00:00
parent aded117419
commit 0efbcee364

View File

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