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

This commit is contained in:
VC
2025-03-09 16:53:21 +01:00
parent 75868ab216
commit a4572768b4
5 changed files with 68 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ map $arg_v $asset_immutable {
server {
{% include './templates/header.conf.j2' %}
# Path to the root of your installation
root /srv/http/o.libertus.eu;
root /var/www/o.libertus.eu;
# Prevent nginx HTTP Server Detection
server_tokens off;