aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2021-07-08 20:27:54 +0200
committerDaniel Schadt <kingdread@gmx.de>2021-07-08 20:27:54 +0200
commite25119f6a4da6605ed555bd2b7a3293c252aca21 (patch)
treed473b1f064b05bb6961b41f5cde4aa7994bcf5ef /.gitignore
parenta087209121285d924456ecdd850e84b33f80726f (diff)
downloadCana-e25119f6a4da6605ed555bd2b7a3293c252aca21.tar.gz
Cana-e25119f6a4da6605ed555bd2b7a3293c252aca21.tar.bz2
Cana-e25119f6a4da6605ed555bd2b7a3293c252aca21.zip
Add basic support for virtual hosts
We can technically do vhosts with our current infrastructure of route matching, but they should get some better support. Otherwise, we cannot use things like SNI (server name indication) to send different credentials depending on the virtual host. The way it works now is basically that the server keeps a list of installed vhosts, each with a domain that it matches and a loaded certificate. Route matching in a vhost is still done the same old way, but only routes for the matching vhost are considered in the first place. The API for runGeminiServer does not change, so the proper, vhost-using API, will need a different function and API.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions