add server
This commit is contained in:
@@ -2,6 +2,7 @@ set :user, "danbooru"
|
|||||||
set :rails_env, "production"
|
set :rails_env, "production"
|
||||||
server "kagamihara", :roles => %w(web app db), :primary => true
|
server "kagamihara", :roles => %w(web app db), :primary => true
|
||||||
server "shima", :roles => %w(web app)
|
server "shima", :roles => %w(web app)
|
||||||
|
server "saitou", :roles => %w(web app)
|
||||||
server "oogaki", :roles => %w(worker)
|
server "oogaki", :roles => %w(worker)
|
||||||
|
|
||||||
set :linked_files, fetch(:linked_files, []).push(".env.production")
|
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
|
||||||
Reference in New Issue
Block a user