summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
author_Tradam <[email protected]>2025-09-17 20:00:11 +0900
committer_Tradam <[email protected]>2025-09-17 20:00:11 +0900
commit213fb58da23d3c58b6924a1b96b6322c6d775e3e (patch)
tree6ac66f0b86e4a1538dffc05cbaa881c5ad128dee
parent4cbf0458f5a23b4fa266404f534830e5a919d710 (diff)
downloadwordpress-docker-213fb58da23d3c58b6924a1b96b6322c6d775e3e.tar.gz
wordpress-docker-213fb58da23d3c58b6924a1b96b6322c6d775e3e.zip
add domain to nginx
-rwxr-xr-xnginx/default.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/default.conf b/nginx/default.conf
index 92ad67d..5f69b96 100755
--- a/nginx/default.conf
+++ b/nginx/default.conf
@@ -4,7 +4,7 @@ upstream php {
server {
listen 80;
- server_name 100.75.105.112;
+ server_name 100.75.105.112 malcz.com;
root /var/www/html;
index index.php index.html;