diff options
author | Patrick Spek <p.spek@tyil.nl> | 2022-11-20 09:51:24 +0100 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2022-11-20 09:51:24 +0100 |
commit | 910a864961669905cfdc0670370f48e489c03252 (patch) | |
tree | 4a48f77db58322650ce1ec8944789cd25b2a507a | |
parent | 1c532ba7405e39f6d34b6ba66bfc01866769f53f (diff) | |
download | tyilnet-910a864961669905cfdc0670370f48e489c03252.tar.gz tyilnet-910a864961669905cfdc0670370f48e489c03252.tar.bz2 |
Update path for git.tyil.nl
-rw-r--r-- | playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.git b/playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.git index 650b55c..63e349c 100644 --- a/playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.git +++ b/playbooks.d/webserver-nginx/share/sites.d/https/nl.tyil.git @@ -15,7 +15,7 @@ server { add_header X-Content-Type-Options "nosniff" always; add_header X-Frame-Options "SAMEORIGIN" always; - root /usr/share/webapps/cgit/1.2.3-r100/htdocs; + root /usr/share/webapps/cgit/1.2.3-r201/htdocs; location / { try_files $uri @cgit; |