-
Published Answer
To round this out, I’m posting the solution for prosperity. Even though @hansen didn’t post the final solution, they were crucial t…
Accepted Answer:
To round this out, I’m posting the solution for prosperity. Even though @hansen didn’t post the final solution, they were crucial t…
•
By
davemerwin
-
Published Answer
Silly question, do you have the ENV activated when you install the modules?
•
By
davemerwin
-
Published Question
I have a Django app served at "domain.com/"
I want to serve a Wordpress install from "domain.com/blog" so that I can enable SSL for both.
All I ever get is a 404 not found on the "/blog" entry. My NGINX conf file is ...
Accepted Answer:
To round this out, I'm posting the solution for prosperity. Even though @hansen didn't post the final solution, they were crucial to figuring this out.
```
server {
listen 80;
listen [::]:80;
servername do...
3
•
•
By
davemerwin
WordPress
Django
Nginx
Ubuntu 16.04
-
Published Question
There are two tutorials that I have been bouncing back and forth between. They are:
https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04
and
https://www.digitalocea...
1
•
•
By
davemerwin
WordPress
Let's Encrypt
Ubuntu 16.04