Created
October 7, 2016 06:56
-
-
Save kanibaspinar/220da8a25a7602893ed0279f68c97043 to your computer and use it in GitHub Desktop.
SPDY Protokolleri ile Nginx
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
# 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