That way the browser doesn't cache it, in case I do end up using that domain after all.
This commit is contained in:
parent
b86d963a92
commit
574634b64e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ in
|
|||
useACMEHost = domain;
|
||||
default = true;
|
||||
|
||||
locations."/".return = "301 https://belanyi.fr$request_uri";
|
||||
locations."/".return = "302 https://belanyi.fr$request_uri";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue