Nginx reverse proxy causing infinite loop

前端 未结 1 1889
情书的邮戳
情书的邮戳 2021-01-13 17:28

I have the following in my Nginx site config file:

server {
    listen 80 default_server;
    listen [::]:80 default_server ipv6only=on;

    root /usr/share         


        
相关标签:
1条回答
  • 2021-01-13 18:20

    I had the same issue, and as suggested by Alexey Ten, the solution is to remove the Host header.

    0 讨论(0)
提交回复
热议问题