2024-06-08, 04:12 PM
Comment out this block. I had problems with it when I originally set up my Nginx proxy and just removed it entirely.
Code:
location = / {
return 302 http://$host/web/;
#return 302 https://$host/web/;
}