This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
upstream myapp_starman { | |
server unix:/tmp/starman.sock fail_timeout=0; | |
} | |
server { | |
listen 80; | |
client_max_body_size 1024m; | |
client_body_buffer_size 8k; | |
proxy_read_timeout 300; |