Big review
This commit is contained in:
4
nginx-blocks/0-http-redirect
Normal file
4
nginx-blocks/0-http-redirect
Normal file
@ -0,0 +1,4 @@
|
||||
server {
|
||||
listen 80;
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
Reference in New Issue
Block a user