Remove https rewrite, not needed
This commit is contained in:
parent
5bccfd3267
commit
e5692fd924
1 changed files with 0 additions and 5 deletions
|
@ -3,11 +3,6 @@ location YNH_WWW_PATH {
|
|||
# Path to source
|
||||
alias YNH_WWW_ALIAS ;
|
||||
|
||||
# rewrite all http request to https
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
||||
# Example PHP configuration
|
||||
index index.php;
|
||||
|
||||
|
|
Loading…
Reference in a new issue