You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
AList docker运行正常,通过以下Nginx配置可从https://alist.mydomain.com正常访问:
我打算使用不同路径,分别代理到我自己的AList docker和小雅的AList docker(正常跑在
http://192.168.1.199:5203/
上),于是我修改了Nginx如下:重启Nginx后,
https://alist.mydomain.com/myalist
无法正常显示,浏览器中:GET https://alist.mydomain.com/myalist
回报200alist.mydomain.com/assets/index.29d84749.js
回报404alist.mydomain.com/assets/index.15d8d646.css
回报404两个回404的请求,Origin都是
alist.mydomain.com
而不是alist.mydomain.com/myalist
,请求的文件也不在alist.mydomain.com/myalist
中,请问如何调整Nginx配置?Beta Was this translation helpful? Give feedback.
All reactions