skip to Main Content

Django Apache setup – forbidden Error 403

Since it did not work on the first time, I created a fresh new venv for my django project. my folder structure looks like this: btw I used the Django/Apache Setup guide from digitalOcean (https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-apache-and-mod_wsgi-on-ubuntu-16-04) /home/pi/myproject/myprojectenv (this is where my…

VIEW QUESTION

configure nginx with wordpress

I am trying to configure nginx with wordpress. the Apache server is running on port 8083. the wordpress url is https://dhahbya.com my nginx config file is : server { listen *:443 ssl; server_name www.dhahbya.com dhahbya.com; ssl_certificate ****************; ssl_certificate_key **************; location…

VIEW QUESTION
Back To Top
Search