Skip to content

Commit

Permalink
add a nginx redirect configuration for --ssl=force
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Sep 21, 2013
1 parent ee259ca commit 790790c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions users/proxy/conf.d/http_redirect.conf.disabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
server {
listen 80;
include /home/proxy/conf.d/server_name.inc;
return 301 https://$host$request_uri;
}

0 comments on commit 790790c

Please sign in to comment.