Skip to content

Instantly share code, notes, and snippets.

@karussell
Last active April 18, 2019 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karussell/74a2d26375e1b51df2d60e7ccea3e7eb to your computer and use it in GitHub Desktop.
Save karussell/74a2d26375e1b51df2d60e7ccea3e7eb to your computer and use it in GitHub Desktop.
nginx + acme.sh
server {
listen 80;
server_name sub.mydomain.com;
root /var/www/html;
location ~ /\.ht {
deny all;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment