增加帮助页面网页代码功能,以及nginx部署
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 6045;
|
||||
server_name _;
|
||||
|
||||
location /uft3changecode/ {
|
||||
alias /home/taoc/uft30help/uft3changecode/;
|
||||
index index.html;
|
||||
try_files $uri $uri/ /uft3changecode/index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user