summaryrefslogtreecommitdiff
path: root/roles/rss-aggregator/templates/nginx/feed.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/rss-aggregator/templates/nginx/feed.conf
parentcec15f231bfcd9a6c55fbffcb7d297a36f75211d (diff)
add rss-aggregatorHEADmain
Diffstat (limited to 'roles/rss-aggregator/templates/nginx/feed.conf')
-rw-r--r--roles/rss-aggregator/templates/nginx/feed.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/rss-aggregator/templates/nginx/feed.conf b/roles/rss-aggregator/templates/nginx/feed.conf
new file mode 100644
index 0000000..6f650ba
--- /dev/null
+++ b/roles/rss-aggregator/templates/nginx/feed.conf
@@ -0,0 +1,4 @@
+location /feed {
+ root {{ http_files_dir }}/feed;
+ try_files $uri $uri.xml $uri.rss $uri.atom $uri.rss.xml $uri.html $uri/index.html $uri.php $uri/index.php =404;
+}