随笔分类 -  linux

摘要:选项 [root@localhost code]# cat /etc/nginx/conf.d/jsp.conf server {server_name local;listen 80;location / {root /soft/code;try_files $uri @java_page;ind 阅读全文
posted @ 2018-06-19 14:41 Mr.zou 阅读(204) 评论(0) 推荐(0)