mirror of
https://github.com/iv-org/documentation.git
synced 2025-06-07 06:22:49 -04:00
Name Corrected, HTTPS
This commit is contained in:
parent
11ba3e4cdf
commit
d98f35788c
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ server {
|
||||||
proxy_set_header Connection ""; # to keep alive
|
proxy_set_header Connection ""; # to keep alive
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($https = '') { return 301 https://$host$request_uri; } # if not connected to https, perma redirect to https
|
if ($https = '') { return 301 https://$host$request_uri; } # if not connected to HTTPS, perma redirect to HTTPS
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue