Remove HTTPS redirection

This commit is contained in:
ericgaspar 2021-11-16 22:31:57 +01:00
parent 168d708ac3
commit d109e6c4b7
1 changed files with 0 additions and 5 deletions

View File

@ -4,11 +4,6 @@ location __PATH__/ {
# Path to source
alias __FINALPATH__/ ;
# Force usage of https
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
### Example PHP configuration (remove it if not used)
index index.php;