摘要: vim /usr/local/nginx/conf #user nobody; worker_processes 1; events { worker_connections 1024; } http{ include vhost/*.conf; } vim /usr/local/nginx/conf/vhost/walle.conf include mime.types; defa... 阅读全文
posted @ 2019-03-07 10:54 也曾少年 阅读(394) 评论(0) 推荐(0) 编辑