diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-13 00:11:11 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-13 00:11:11 +0800 |
commit | c7cb1c961d73cf2f4d9ef82f98fe65f13bd4e4c1 (patch) | |
tree | 64ebc86479d7954fe0e4253a48b92a0840e3b375 /nginx/sites-available/vps | |
parent | 43f092aeba8ff4b345efbfedece63cb437fc1518 (diff) |
Update for RSS
Diffstat (limited to 'nginx/sites-available/vps')
-rw-r--r-- | nginx/sites-available/vps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx/sites-available/vps b/nginx/sites-available/vps index b2e40f2..75a789b 100644 --- a/nginx/sites-available/vps +++ b/nginx/sites-available/vps | |||
@@ -76,8 +76,8 @@ server { | |||
76 | error_log /tmp/cgi info; | 76 | error_log /tmp/cgi info; |
77 | } | 77 | } |
78 | 78 | ||
79 | location ^~ /links/feeds/ { | 79 | location ^~ /links/rss/ { |
80 | alias /srv/rss/feeds/; | 80 | alias /srv/rss/; |
81 | } | 81 | } |
82 | 82 | ||
83 | location ~ [^/]$ { | 83 | location ~ [^/]$ { |