Migrate services to tent #114

Manually merged
rarias merged 21 commits from tent-fixes into master 2025-06-18 15:39:45 +02:00
Showing only changes of commit 5ea8d6a6dd - Show all commits

View File

@ -48,6 +48,12 @@ in
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
location ~ ^/~(.+?)(/.*)?$ {
alias /vault/home/$1/public_html$2;
index index.html index.htm;
autoindex on;
absolute_redirect off;
}
'';
};
};