nashsu / FreeAskInternet

FreeAskInternet is a completely free, PRIVATE and LOCALLY running search aggregator & answer generate using MULTI LLMs, without GPU needed. The user can ask a question and the system will make a multi engine search and combine the search result to LLM and generate the answer based on search results. It's all FREE to use.
Apache License 2.0
8.41k stars 875 forks source link

通过NGINX进行反向代理在域名的子目录下,相关的CSS/JS会404 #62

Closed clark-mu closed 4 months ago

clark-mu commented 4 months ago

您好

我们将项目部署在Ubuntu服务器上,服务器上有NGINX,并用反向代理,让FreeAskInternet工作在一个location下,加载后显示assests下的文件是直接加载到域名下的assest而非subfolder下的assests目录下,请问应该如何设置?