You will learn how toremove a domain from Nginx and Cerbot (SSL) configuration files. Contents: Step 1: Specify the domain name Step 2: Remove an nginx Config from Sites-Enabled Step 3: Remove certificate for a domain Step 1: Specify the domain name ...
if Apache's document root # concurs with nginx's one # #location ~ /\.ht { # deny all; # listen [::]:443 ssl ipv6only=on; # managed by Certbot listen 443 ssl; # managed by Certbot ssl_certificate /etc/letsencrypt/live/josemota.org/fullchain.pem; # managed$ ssl_certifi...