diff options
| author | __cyp <cyp@rouquin.me> | 2017-04-20 16:34:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-20 16:34:35 +0200 |
| commit | 12a64f8f9470ac2bc057c0bdd8eb67ac7be2ad78 (patch) | |
| tree | 15897be734b3176c612c87581ea74ccb930dd839 /scripts | |
| parent | c0cf1c131c4ffd0500a3819d75b2d0054b731d97 (diff) | |
| download | mastodon_ynh-12a64f8f9470ac2bc057c0bdd8eb67ac7be2ad78.tar.gz mastodon_ynh-12a64f8f9470ac2bc057c0bdd8eb67ac7be2ad78.tar.bz2 mastodon_ynh-12a64f8f9470ac2bc057c0bdd8eb67ac7be2ad78.zip | |
Add Unprotected url
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 2879646..871e132 100644 --- a/scripts/install +++ b/scripts/install @@ -192,11 +192,14 @@ sudo sed -i "s@__APP__@$app@g" /etc/cron.d/$app # Restart crontab sudo systemctl restart cron -# Set app public +# Unprotected url ynh_app_setting_set "$app" unprotected_uris "/" # Reload SSOwat configuration sudo yunohost app ssowatconf +# Reload SSOwat configuration +sudo yunohost app ssowatconf + # Reload Nginx sudo systemctl reload nginx |
