mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Remove nginx duplicated lines
This commit is contained in:
parent
afdd847799
commit
2caf4e63f5
1 changed files with 0 additions and 2 deletions
|
@ -222,8 +222,6 @@ INSTALL
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Create a dedicated systemd config
|
# Create a dedicated systemd config
|
||||||
ynh_replace_string "__PORT_WEB__" "$port_web" "../conf/mastodon-web.service"
|
|
||||||
ynh_replace_string "__PORT_STREAM__" "$port_stream" "../conf/mastodon-streaming.service"
|
|
||||||
ynh_add_systemd_config "$app-web" "mastodon-web.service"
|
ynh_add_systemd_config "$app-web" "mastodon-web.service"
|
||||||
ynh_add_systemd_config "$app-sidekiq" "mastodon-sidekiq.service"
|
ynh_add_systemd_config "$app-sidekiq" "mastodon-sidekiq.service"
|
||||||
ynh_add_systemd_config "$app-streaming" "mastodon-streaming.service"
|
ynh_add_systemd_config "$app-streaming" "mastodon-streaming.service"
|
||||||
|
|
Loading…
Reference in a new issue