diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-24 08:24:32 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-24 08:24:32 +0100 |
| commit | 54bbd2e9d716a18542431e04c3f829a39146dfce (patch) | |
| tree | a55101338ed397240884fde96d90f253415d3c09 /roles/scag/templates/nginx | |
| parent | 55207ffd187fc703edfea2a40d118073678c813f (diff) | |
Diffstat (limited to 'roles/scag/templates/nginx')
| -rw-r--r-- | roles/scag/templates/nginx/feed.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/scag/templates/nginx/feed.conf b/roles/scag/templates/nginx/feed.conf new file mode 100644 index 0000000..6f650ba --- /dev/null +++ b/roles/scag/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; +} |
