aboutsummaryrefslogtreecommitdiff
path: root/sproxy.example.yml
AgeCommit message (Collapse)AuthorFilesLines
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