Remove Unicorn.

No longer used now that we use Puma in production. If you still used
Unicorn in your install, switch to `bin/rails server` instead. See
config/puma.rb for config settings.
This commit is contained in:
evazion
2021-09-20 05:07:29 -05:00
parent 68769c7c3b
commit 0fed4b557b
9 changed files with 1 additions and 234 deletions

View File

@@ -53,6 +53,5 @@ server {
}
upstream app_server {
# server 127.0.0.1:9000;
server unix:/tmp/.unicorn.sock;
server 127.0.0.1:3000;
}