update
This commit is contained in:
parent
c50569d73e
commit
a624163120
27 changed files with 215 additions and 6 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# This is the inverse of root-to-www.conf. It assumes the primary server_name
|
||||
# is already the apex host and only strips a single leading www. label.
|
||||
if ($host = www.$server_name) {
|
||||
return 307 $scheme://$server_name$request_uri;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue