1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00
This commit is contained in:
ewilly 2016-05-17 12:23:03 +00:00
commit 328e36f4cd

View file

@ -156,7 +156,7 @@ ynh_app_setting_set "$app" user_home "$user_home"
ynh_app_setting_set "$app" mysqlpwd "$dbpass" ynh_app_setting_set "$app" mysqlpwd "$dbpass"
# Set SSOwat rules # Set SSOwat rules
ynh_app_setting_set "$app" unprotected_uris "/remote.php" ynh_app_setting_set "$app" unprotected_uris "/remote.php","/status.php"
ynh_app_setting_set "$app" skipped_uris "/.well-known" ynh_app_setting_set "$app" skipped_uris "/.well-known"
# Reload services # Reload services