Discussions

users and developers discuss installations and questions here




Topic Author Replies Views Last comment
Nginx rewrite qianmengnet
02/17/2022 01:15
1 1,072 WikiAdmin
02/18/2022 17:58
In rewrite mode, nginx setting will affect the URL of admin panel. The official website cannot find a solution. The following code can be used. In other locales, parse the URL if (-f $request_filename/index.html){ rewrite (.*) $1/index.h[...]