summaryrefslogtreecommitdiff
path: root/config.example
Commit message (Collapse)AuthorAgeFilesLines
* Reworked worker architectureSoikk2025-12-061-51/+48
| | | | | | - replaced the central socket-multiple accepts architecture thanks to SO_REUSEPORT - removed master/worker distinctions for server and config - fixed bug with rewrites not being read properly by multiple workers because of null characters
* Rewrites and IPC reworkSoikk2025-11-221-5/+11
| | | | | | | | | - Moved functionality to temporary server directory - Separated rewrites - Moved IPC back to signals - Added get_key() in config - Reworked receive_request() - Improved error handling
* Added example configSoikk2025-06-141-0/+65