forked from e621ng/e621ng
add server
This commit is contained in:
parent
53a51310a3
commit
1a4949368c
@ -2,6 +2,7 @@ set :user, "danbooru"
|
||||
set :rails_env, "production"
|
||||
server "kagamihara", :roles => %w(web app db), :primary => true
|
||||
server "shima", :roles => %w(web app)
|
||||
server "saitou", :roles => %w(web app)
|
||||
server "oogaki", :roles => %w(worker)
|
||||
|
||||
set :linked_files, fetch(:linked_files, []).push(".env.production")
|
||||
|
2
script/install/nginx.service.d-local.conf
Normal file
2
script/install/nginx.service.d-local.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
LimitNOFILE=10000
|
Loading…
Reference in New Issue
Block a user