Last active
August 30, 2015 16:26
-
-
Save kenmazaika/ee4c1444f14ecad95b20 to your computer and use it in GitHub Desktop.
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
| global | |
| maxconn 1024 | |
| daemon | |
| nbproc 1 | |
| defaults | |
| mode http | |
| clitimeout 60000 | |
| srvtimeout 30000 | |
| contimeout 4000 | |
| option httpclose | |
| frontend public | |
| bind :80 | |
| default_backend sp | |
| backend sp | |
| server srv 0.0.0.0:7080 maxconn 254 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment