diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | public/cgi-bin/null (renamed from server/stargazer/conf) | 0 | ||||
-rw-r--r-- | server/stargazer/stargazer.ini | 16 |
3 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,3 @@ +gemini://liberta.casa + +public/ houses content, server/ houses configurations diff --git a/server/stargazer/conf b/public/cgi-bin/null index e69de29..e69de29 100644 --- a/server/stargazer/conf +++ b/public/cgi-bin/null diff --git a/server/stargazer/stargazer.ini b/server/stargazer/stargazer.ini new file mode 100644 index 0000000..a3c9957 --- /dev/null +++ b/server/stargazer/stargazer.ini @@ -0,0 +1,16 @@ +; Config file for Libertacasae +; +; For exmplanations of the options reference stargazer.ini(5) + +listen = 81.16.19.64:1965 + +[:tls] +store = /var/lib/gemini/certs +organization = LibertaCasa + +[liberta.casa] +root = /srv/gemini/liberta.casa + +[liberta.casa~(.*)\.cgi(.*)] +root = /srv/gemini/liberta.casa/cgi-bin +cgi = on |