Update server name

master
Baohua Yang 2024-05-01 16:46:15 -07:00
parent 472c7e7b62
commit 5d4cacd9ed
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Set `/etc/nginx/conf.d/default.conf` as the following:
server {
listen 80;
listen [::]:80;
server_name _;
server_name yourserver.com;
root /usr/share/nginx/html;
# Load configuration files