aboutsummaryrefslogtreecommitdiff
path: root/sproxy.example.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-04-28Use 64 bytes long key by defaultIgor Pashev1-3/+2
It is padded with zeros to 64 bytes anyway if the length is less.
2017-09-21Allow configure backend response timeoutIgor Pashev1-0/+2
2017-09-21Delete extra spaceIgor Pashev1-1/+1
2017-08-06Add YandexIgor Pashev1-1/+6
https://tech.yandex.com/oauth/
2017-06-07Fix commentIgor Pashev1-1/+1
2016-12-27Disregard possible port in the Host HTTP headerIgor Pashev1-3/+2
Motivation: to make it easy to switch Sproxy's primary port. This could be useful when running private (behind Sproxy) and public (e. g. nginx) HTTPS services on the same server. In such a setup one can use port 443 for public services and alt. HTTPS port 8443 for Sproxy. Before this change, Sproxy took possible port number into account when looking for backend and privileges. Now it ignores port and considers domain name only. This also gets Sproxy in line with browsers and SSL certificates: certificates do not include port numbers, browsers ignore ports when sending cookies.
2016-12-27Suggest alternative HTTPS port 8443Igor Pashev1-1/+4
2016-12-14TypoIgor Pashev1-1/+1
2016-12-10Examples: removed yaml markersIgor Pashev1-4/+0
They don't make much sense in files.
2016-12-05sproxy.yml.example -> sproxy.example.ymlIgor Pashev1-0/+176