Skip to content

Commit

Permalink
[default.conf] turn off absolute redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaStakater authored Jun 14, 2023
1 parent 74b3a12 commit afc4729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ server {
location = /404.html {
internal;
}
# redirects issued by nginx will be relative
absolute_redirect off;
}

0 comments on commit afc4729

Please sign in to comment.