leeyoshinari / OneDrive

Windows-style personal cloud-drive with supporting online editing.
GNU General Public License v2.0
74 stars 24 forks source link

输出错误 #10

Closed bifu123 closed 6 months ago

bifu123 commented 6 months ago

(OneDrive) root@debian:~/OneDrive# sh ./startup.sh start server success ~ (OneDrive) root@debian:~/OneDrive# lsof -i :15200

COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME gunicorn 3879 root 5u IPv4 47221 0t0 TCP localhost:15200 (LISTEN) gunicorn 3880 root 5u IPv4 47221 0t0 TCP localhost:15200 (LISTEN) (OneDrive) root@debian:~/OneDrive#

1 2 3

bifu123 commented 6 months ago

访问http://127.0.0.1/OneDrive是404

leeyoshinari commented 6 months ago

咦,你不懂 nginx 部署吗? 特别要注意 alias 后面的目录的最后一个 '/' 要有