skip to Main Content

nginx not showing anything

I seem to have a problem with my nginx. I just deployed a Flask app on an AWS EC2 instance and linked it to my subdomain (let's call it subdomain.domain.com). Everything was working correctly, my app running on port 5001,…

VIEW QUESTION

Let's Encrypt SSL throwing 404 – Nginx

I just installed nginx on my VPS and created 2 websites on there. api.school-alert.cz server { server_name api.school-alert.cz; index index.html index.htm; access_log /var/log/nginx/bmiapp.log; error_log /var/log/nginx/bmiapp-error.log error; location / { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host…

VIEW QUESTION
Back To Top
Search