Skip to content

Commit

Permalink
increase keepalive timeout on nginx connection
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnider2195 committed Dec 29, 2022
1 parent 7f2d248 commit d3aabdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions development/docker-compose.nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ services:
- nautobot
nautobot:
command: nautobot-server ourrunserver 0.0.0.0:8080 --insecure
# while :; do echo -n "8080: "; netstat -an | grep '8080.*ESTA' | wc -l; echo -n "db: "; netstat -an | grep '5432.*ESTA' | wc -l; sleep 4; done

0 comments on commit d3aabdd

Please sign in to comment.