chore: son age

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jenkins
jolheiser 2023-09-02 09:38:14 -05:00
parent 718aea2b5f
commit 7d9041a3e7
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 8 additions and 2 deletions

View File

@ -6,8 +6,14 @@ in {
virtualHosts = {
"jolheiser.com" = {
extraConfig = ''
root * /srv/jolheiser.com/dist
file_server
handle_path /bennet* {
root * /srv/bennet/src
file_server
}
handle {
root * /srv/jolheiser.com/dist
file_server
}
'';
serverAliases = ["www.jolheiser.com"];
};