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

15 lines
308 B
Plaintext

server {
listen 6666;
server_name mark.cloud-xl.top;
root /opt/browser-bookmark/web;
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;
}