随笔分类 - nginx
摘要:原文链接:https://www.cnblogs.com/lamp01/p/9005809.html 执行nginx -s reload报错 nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file
阅读全文
摘要:我本地是window系统,用的是phpstudy,解决办法:用phpstudy点击其他选项菜单->打开配置文件->选择vhost-ini(或者找到nginx安装目录,打开vhost.conf),在你的站点配置里 location / { index index.html index.htm inde
阅读全文
摘要:摘取链接:https://blog.csdn.net/zhanghuiqi205/article/details/89417716 log_format格式变量: $remote_addr #记录访问网站的客户端地址 $remote_user #远程客户端用户名 $time_local #记录访问时
阅读全文