Files
Xu_BrowserBookmark/deploy/nginx/mark.cloud-xl.top.conf

15 lines
316 B
Plaintext
Raw Permalink Normal View History

server {
listen 80;
server_name mark.cloud-xl.top;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
access_log /var/log/nginx/mark.cloud-xl.top.access.log;
error_log /var/log/nginx/mark.cloud-xl.top.error.log;
}