diff options
author | jake <jake@jakes-mail.top> | 2022-09-22 17:48:50 -0400 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2022-09-22 17:48:50 -0400 |
commit | 1aefd926555beac5d7618c2375727df0c4470504 (patch) | |
tree | 295d53c7c21d544ed69bd06ed8541e2ca5e4ea18 /TO_FIX.md | |
parent | 9aa5c9037d7e2dddc2ab46906bd34a23b0f7cd5b (diff) |
Add map_server_alias.
Modifed auto_cert to generate certs for the alias.
Changed some logic for detecting server_alias'.
Update the sample config file.
Diffstat (limited to 'TO_FIX.md')
-rw-r--r-- | TO_FIX.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -25,3 +25,8 @@ reduce complexity in cert_req() permission denied when the file is readable (MAC permissions) use GetOpt::Long in a reasonable manner + +map_server_alias() perhaps should not exist. +In general, I am unsatisfied with the program keeping the configuration file in memory and constantly referring to it. map_server_alias() literally just copies it's vhost's config and keeps it in the config hash. + +reduce complexity in listen_config() |