mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
Bind on localhost instead of 0.0.0.0
This commit is contained in:
parent
22e42d7bf3
commit
02c40afbfb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Environment="__LD_PRELOAD__"
|
|||
Environment="__YNH_RUBY_LOAD_PATH__"
|
||||
Environment="RAILS_ENV=production"
|
||||
ExecStartPre=-rm -f __INSTALL_DIR__/tmp/pids/server.pid
|
||||
ExecStart=__INSTALL_DIR__/bin/bundle exec rails s puma -p __PORT__ -b 0.0.0.0
|
||||
ExecStart=__INSTALL_DIR__/bin/bundle exec rails s puma -p __PORT__ -b 127.0.0.1
|
||||
ExecReload=/bin/kill -SIGUSR1 $MAINPID
|
||||
TimeoutSec=15
|
||||
Restart=always
|
||||
|
|
Loading…
Add table
Reference in a new issue