Commit 93cd9a9d by tingweiwang

删除冗余配置default.conf

1 parent 10692fab
server
{
listen 80;
location / {
try_files $uri $uri/ /index.html;
root /usr/share/nginx/html/;
}
}
server
{
listen 81;
location / {
index mobile.html;
try_files $uri $uri/ /mobile.html;
root /usr/share/nginx/html/;
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!