Browse Source

Corrected indentation

Thanks
pull/18/head
anmol26s 8 years ago
committed by GitHub
parent
commit
696cdd7ddc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      conf/nginx.conf

6
conf/nginx.conf

@ -1,9 +1,9 @@
location __PATH__ {
alias __FINALPATH__/www/;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
# Default indexes and catch-all
index index.html index.php;

Loading…
Cancel
Save