♻: move repo to data dir
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s

This commit is contained in:
VC
2025-03-09 15:45:24 +01:00
parent 6af8c3d8a6
commit 75868ab216

View File

@@ -10,7 +10,7 @@ server {
ssl_certificate /etc/x509/r.mateu.be/fullchain.cer; ssl_certificate /etc/x509/r.mateu.be/fullchain.cer;
ssl_certificate_key /etc/x509/r.mateu.be/r.mateu.be.key; ssl_certificate_key /etc/x509/r.mateu.be/r.mateu.be.key;
root /srv/http/r.mateu.be/; root /srv/www-data/r.mateu.be/;
location / { location / {
autoindex on; autoindex on;