electh / ReactFlux

A Simple but Powerful RSS Reader for Miniflux
https://reactflux.pages.dev
MIT License
222 stars 63 forks source link

nginx 反代到子目录不行 #68

Closed gkl1368 closed 2 months ago

gkl1368 commented 7 months ago

nginx 反代到子目录时,不能打开页面

NekoAria commented 6 months ago

试试这个:

location / {
    try_files $uri $uri/ /index.html;
}
github-actions[bot] commented 2 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 2 months ago

This issue was closed because it has been stalled for 5 days with no activity.