Remove unused upstream config.

parent 6f6cf594
...@@ -24,10 +24,6 @@ http { ...@@ -24,10 +24,6 @@ http {
#Must read the body in 5 seconds. #Must read the body in 5 seconds.
client_body_timeout 5; client_body_timeout 5;
upstream app_server {
server unix:/tmp/nginx.socket fail_timeout=0;
}
server { server {
listen <%= ENV["PORT"] %>; listen <%= ENV["PORT"] %>;
server_name _; server_name _;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment