2024-09-30から1日間の記事一覧

nginx absolute_redirect

A somewhat simpler solution, that worked for me, is to disable absolute redirects with absolute_redirect off; as in the following example: server { listen 80; server_name localhost; absolute_redirect off; location /foo/ { proxy_pass http:/…