feat: add blog_options and rss feed generation

This commit is contained in:
2026-03-15 15:07:34 +01:00
parent 419c8a579c
commit b44868361d
17 changed files with 367 additions and 14 deletions

View File

@@ -49,6 +49,10 @@ http {
try_files $uri @app;
}
location /rss.xml {
root /usr/share/nginx/rss;
}
location @app {
proxy_pass http://app_servers;
proxy_set_header Host $host;