Last active
August 29, 2015 14:16
-
-
Save vanjor/b355d474a08b02d77d14 to your computer and use it in GitHub Desktop.
Nginx config snippets
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
| # support logging requestion_time and transter time | |
| log_format combinedio '$remote_addr - $remote_user [$time_local] ' | |
| '"$request" $status $body_bytes_sent ' | |
| '"$http_referer" "$http_user_agent" $request_length $request_time $upstream_response_time'; | |
| # support move all site conf into sub folders | |
| http { | |
| include include/*.conf; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment