2024-02-26, 01:29 AM
Is it because your server_name doesn't include the subdomain?
Also, in my nginx config I commented out this entire section. It has never worked for me.
Also, in my nginx config I commented out this entire section. It has never worked for me.
Code:
location = / {
return 302 http://$host/web/;
#return 302 https://$host/web/;
}