We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Simple issue: On my ubuntu, the ssl folder in /etc/nginx/ does not exist, when I was using the let's encrypt auto certificate.
The easy way to fix it is just to make sure the ssl folder in /etc/nginx/ is created.
sudo mkdir /etc/nginx/ssl
The text was updated successfully, but these errors were encountered:
fix: missing /etc/nginx/ssl #37
c4f87fb
Fixed in c4f87fb
Sorry, something went wrong.
No branches or pull requests
Simple issue:
On my ubuntu, the ssl folder in /etc/nginx/ does not exist, when I was using the let's encrypt auto certificate.
The easy way to fix it is just to make sure the ssl folder in /etc/nginx/ is created.
sudo mkdir /etc/nginx/ssl
The text was updated successfully, but these errors were encountered: