Last active
August 10, 2016 16:04
-
-
Save rjsamson/8be4e631c09ff36b55cbf4f1394b218d to your computer and use it in GitHub Desktop.
stackfooter nginx conf
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
events { | |
worker_connections 1024; | |
} | |
http { | |
include /etc/nginx/sites-enabled/*; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment