summaryrefslogtreecommitdiff
path: root/roles/http/templates/nginx/joeac.net.conf
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-06 20:38:04 +0100
committerJoe Carstairs <me@joeac.net>2026-09-07 08:46:52 +0100
commite79b1a8b6a2f0e892b56ee2d00ea1b9d56ab4083 (patch)
tree60973819688f506dbe4b00da3d2de39822213d4c /roles/http/templates/nginx/joeac.net.conf
parentcec15f231bfcd9a6c55fbffcb7d297a36f75211d (diff)
add rss-aggregatorHEADmain
Diffstat (limited to 'roles/http/templates/nginx/joeac.net.conf')
-rw-r--r--roles/http/templates/nginx/joeac.net.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/http/templates/nginx/joeac.net.conf b/roles/http/templates/nginx/joeac.net.conf
index 9f28fee..0cf7a1f 100644
--- a/roles/http/templates/nginx/joeac.net.conf
+++ b/roles/http/templates/nginx/joeac.net.conf
@@ -21,4 +21,6 @@ server {
location ~ /\.sqlite {
deny all;
}
+
+ include /etc/nginx/http.d/joeac.net.locations.d/*.conf;
}