aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranmol26s <5068843+anmol26s@users.noreply.github.com>2018-09-03 09:33:09 -0400
committerGitHub <noreply@github.com>2018-09-03 09:33:09 -0400
commita0e34f04b4bef97be167163d07acbe53b6a599c1 (patch)
tree6b3a244a7d47c142c98a20105375fa3c8f6c5418
parent91ddc5f6f22530c1ea274a964975747153801787 (diff)
parent512ed23dd18de4c300b2d2f3bc4aca8ec3b9be2a (diff)
downloadmastodon_ynh-a0e34f04b4bef97be167163d07acbe53b6a599c1.tar.gz
mastodon_ynh-a0e34f04b4bef97be167163d07acbe53b6a599c1.tar.bz2
mastodon_ynh-a0e34f04b4bef97be167163d07acbe53b6a599c1.zip
Merge branch 'develop' into master
-rw-r--r--scripts/install2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/install b/scripts/install
index cd9a1ce..8c18517 100644
--- a/scripts/install
+++ b/scripts/install
@@ -274,6 +274,8 @@ ynh_app_setting_set "$app" unprotected_uris "/"
# RELOAD NGINX
#=================================================
+ynh_replace_string "__PORT_WEB__" "$port_web" "../conf/nginx.conf"
+ynh_replace_string "__PORT_STREAM__" "$port_stream" "../conf/nginx.conf"
# Reload Nginx
systemctl reload nginx