updating readme
parent
f8ff773b28
commit
cdea57357f
@ -1,7 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen 443 ssl;
|
||||
|
||||
server_name *.unboundedpress.org;
|
||||
|
||||
#Rewrite all nonssl requests to ssl.
|
||||
return 301 https://unboundedpress.org$request_uri;
|
||||
return 301 http://unboundedpress.org$request_uri;
|
||||
}
|
||||
|
Loading…
Reference in New Issue