摘要: server { listen 8080; server_name localhost; location / { root C:/nginx-1.14.2/html/xxx; index index.html index.htm; try_files $uri $uri/ /index.html; 阅读全文
posted @ 2021-01-27 10:38 无敌师爷IT技术Blog 阅读(156) 评论(0) 推荐(0)