Fix an nginx conf typo

This commit is contained in:
Julien VAUBOURG
2014-12-28 23:28:09 +01:00
parent 2b1c541caa
commit 6fb227a250
2 changed files with 53 additions and 45 deletions

View File

@@ -18,7 +18,7 @@
location <TPL:NGINX_LOCATION> {
alias <TPL:NGINX_REALPATH>;
if($scheme = http) {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}