Skip to content

Instantly share code, notes, and snippets.

View henrypfhu's full-sized avatar

胡鹏飞 henrypfhu

  • 北京
View GitHub Profile
@henrypfhu
henrypfhu / gist:616261760f6cd5e90957d559235faecb
Created May 8, 2016 10:30 — forked from mikhailov/gist:9639593
Nginx S3/Unicorn Proxy with backend keep alive
# The Nginx configuration based on https://coderwall.com/p/rlguog
http {
ssl_certificate server.crt;
ssl_certificate_key server.key;
ssl_session_timeout 15m;
ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
{
"title": "Apache and Tomcat Logs",
"services": {
"query": {
"list": {
"0": {
"query": "apache !tomcat !static",
"alias": "",
"color": "#7EB26D",
"id": 0,