1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Update upgrade

This commit is contained in:
frju365 2018-08-31 01:48:09 +02:00 committed by GitHub
parent 19c46d2d2b
commit aaa1b11ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,6 +116,8 @@ ynh_secure_remove $final_path/live/config/initializers/timeout.rb
# NGINX CONFIGURATION
#=================================================
ynh_replace_string "__PORT_WEB__" "$port_web" "../conf/nginx.conf"
ynh_replace_string "__PORT_STREAM__" "$port_stream" "../conf/nginx.conf"
ynh_add_nginx_config
#=================================================