websites/files/redir.conf

10 lines
159 B
Plaintext
Raw Permalink Normal View History

2021-01-04 22:28:13 +01:00
server {
listen 80;
listen [::]:80;
server_name _;
include letsencrypt;
location / {
return 301 https://$host$request_uri;
}
}