2024-12-10, 02:59 PM
Remove this section
It is redirecting everything to http port 80.
Code:
location = / {
return 302 http://$host/web/;
#return 302 https://$host/web/;
}
It is redirecting everything to http port 80.