Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Installs fine, but
· 10 years ago
Grav 1.0.10 Core/ Mamp Pro 3.5/ Coda 2.5.16/ MOSX 10.11.5/ MBP 15" Retina Installation is, as documented, as simple as unpacking a zip file into the requisite directory and pointing the browser to it.
-
Adding let's Encrypt SSL on Ngnix (@DO)
· 10 years ago
No problem! Welcome to Grav!
-
Adding let's Encrypt SSL on Ngnix (@DO)
· 10 years ago
Thanks, I got it running perfect now. Used the same but for 16.04. Thanks for the help Vivalldi!
-
Adding let's Encrypt SSL on Ngnix (@DO)
· 10 years ago
You could always try taking a look at this https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04 That's what i used when I used nginx
-
Adding let's Encrypt SSL on Ngnix (@DO)
· 10 years ago
I got it working by removing the "default_server" part but it only works for subdomains for some reason now....
-
Adding let's Encrypt SSL on Ngnix (@DO)
· 10 years ago
in that case, try removing then snippets
-
Adding let's Encrypt SSL on Ngnix (@DO)
· 10 years ago
running "sudo ngix -t" test results in error from duplicate ssl_certificate if I add those two lines in. :/ The same directive comes from the snippets/ssl-example.com.conf.... hmm
-
Adding let's Encrypt SSL on Ngnix (@DO)
· 10 years ago
I believe you need something like this within your second server block ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pe
-
Adding let's Encrypt SSL on Ngnix (@DO)
· 10 years ago
Hi, I'm having problems installing ssl certificate on my digitalocean vps running grav. I assume I have to add the ssl to my grav server block (not default). So, I think my issue is /etc/nginx/sites-a
-
Grav installing RC version instead of stable one
· 10 years ago
Thank you! This worked perfectly!