nginx问题解决
反向代理二级域名
1 | server { |
通过域名解析访问
1 | 问题:以上面的配置文件为例,当使用hosts文件解析域名后,无法通过域名访问反向代理,只能通过IP访问 |
不同域名反向代理
1 | server { |
server_name名称过长
1 | server_name的名称过长,检查配置文件会提示:nginx: [emerg] could not build server_names_hash, you should increase server_names_hash_bucket_size: 64,且无法重新启动。解决方法如下: |