update
This commit is contained in:
parent
c50569d73e
commit
a624163120
27 changed files with 215 additions and 6 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# Keep alias canonicalization method-preserving. This is safer than 301 when a
|
||||
# non-idempotent request accidentally hits an alias host.
|
||||
if ($host != $server_name) {
|
||||
return 307 $scheme://$server_name$request_uri;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue