升级7.1.4后web界面上传文件时,一直显示:文件上传中… 0% (0.00 B/s),无法上传。
debian/stable,mariadb,https。
多谢!
URL 改了吗
多谢,目前主要设置如下:
apache2/sites-enabled/000-default.conf:
` SSLEngine On
SSLCertificateFile /etc/apache2/ssl/cacert.pem
SSLCertificateKeyFile /etc/apache2/ssl/privkey.pem
Alias /media /opt/seafile-server-latest/seahub/media
<Location /media>
ProxyPass !
Require all granted
</Location>
RewriteEngine On
#
# seafile fileserver
#
ProxyPass /seafhttp http://127.0.0.1:8082
ProxyPassReverse /seafhttp http://127.0.0.1:8082
RewriteRule ^/seafhttp - [QSA,L]
#
# seahub
SetEnvIf Request_URI . proxy-fcgi-pathinfo=unescape
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
ProxyPass / fcgi://127.0.0.1:8000/
ProxyPass / http://127.0.0.1:8000/
ProxyPassReverse / http://127.0.0.1:8000/
ccnet.conf:
SERVICE_URL = https://127.0.0.1
seahub_settings.py:
SERVICE_URL= ‘https://x.x.x.x’
FILE_SERVER_ROOT = ‘https://x.x.x.x/seafhttp’
配置文件不需要改,去改web界面中系统设置-设置里的URL