Blob


1 Galileo is a Gemini proxy for the World Wide Web (www.) It speaks
2 FastCGI and is intended to be run behind httpd(8).
4 Galileo doesn't serve static files, it connects to an upstream Gemini
5 servers and translate the HTTP requests into Gemini requests. It
6 serves the content as-is, with the only exception of translating
7 text/gemini into HTML.
9 To compile Galileo on OpenBSD run:
11 $ make obj
12 $ make
13 $ doas make install
15 A portable version will follow.
17 Galileo is known to work also with nginx and lighttpd.