Redirect loop: Nginx only shows welcome page for a specific subdomain

前端 未结 0 402
猫巷女王i
猫巷女王i 2021-01-06 00:48

I defined two equivalent nginx directives like:

server {
    listen 80;
    server_name translations.example.com;

    location / {
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题