mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Add SSO panel
This commit is contained in:
parent
4759010f23
commit
ee447653e4
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ location PATHTOCHANGE {
|
||||||
|
|
||||||
access_log /var/log/nginx/seahub.access.log;
|
access_log /var/log/nginx/seahub.access.log;
|
||||||
error_log /var/log/nginx/seahub.error.log;
|
error_log /var/log/nginx/seahub.error.log;
|
||||||
|
|
||||||
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~* ^PATHTOCHANGE/media/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt|woff|ttf))$ {
|
location ~* ^PATHTOCHANGE/media/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt|woff|ttf))$ {
|
||||||
|
|
Loading…
Reference in a new issue