💾 Archived View for 80h.dev › glog › 2020-05-28.gemini captured on 2022-03-01 at 15:18:37. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2020-09-24)
-=-=-=-=-=-=-
There's a breaking change in the config file for the first time since I first release gemserv to the public. If you want the same functionality you have now make this change:
cgi = true
cgipath = /path/to/cgi-bin
Alternatively, without cgipath set it will run cgi from any directory, including the index file if it's executable.
Because of this breaking change I've also created the file UPDATING in the repository. Please always check it before updating in the future. I'm hoping this doesn't happen again but it's there just in case.