Skip to content

Instantly share code, notes, and snippets.

@kanibaspinar
Created October 7, 2016 06:56
Show Gist options
  • Save kanibaspinar/220da8a25a7602893ed0279f68c97043 to your computer and use it in GitHub Desktop.
Save kanibaspinar/220da8a25a7602893ed0279f68c97043 to your computer and use it in GitHub Desktop.
SPDY Protokolleri ile Nginx
# Nginx SPDY Protokolleri
# Bu kurallar HTTPS olmadan çalışmaz
# SPDY Protokolünü aktif et
add_header Alternate-Protocol 443:npn-spdy/3;
# SPDY protokülündeki ziyaretçileri odakla:
spdy_keepalive_timeout 300s; # 180s varsayılan ayardır
# SPDY üst kısım sıkıştırmasını aktif et
spdy_headers_comp 6;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment