修改nginx配置

This commit is contained in:
小王 2024-09-13 10:19:36 +08:00
parent a23ed12bb6
commit 6446be3a2f
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
server {
listen 80;
server_name localhost;
port_in_redirect off;
root /var/www/html/public;
index index.php index.html index.htm index.nginx-debian.html;