You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
273 B

server {
listen 80;
listen [::]:80;
server_name reymota.ddns.net;
server_tokens off;
location /.well-known/acme-challenge/ {
root /var/www/certbot;
}
location / {
return 301 https://reymota.ddns.net:30080$request_uri;
}
}