move nginx
This commit is contained in:
parent
4ecf763446
commit
6a681bb748
9 changed files with 2 additions and 2 deletions
7
conf/nginx/hosted-http-base.conf
Normal file
7
conf/nginx/hosted-http-base.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
# vim: ft=nginx
|
||||
|
||||
server {
|
||||
listen 80 default_server;
|
||||
server_name _;
|
||||
rewrite ^ https://$host$request_uri? permanent;
|
||||
}
|
Reference in a new issue