File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,11 @@ server {
106
106
error_log /var/log/nginx/rss-bridge.error.log;
107
107
108
108
# Intentionally not setting a root folder here
109
-
109
+
110
110
# autoindex is off by default but feels good to explicitly turn off
111
111
autoindex off;
112
112
113
- # Static content only served here
113
+ # Static content only served here
114
114
location /static/ {
115
115
alias /var/www/rss-bridge/static/;
116
116
}
Original file line number Diff line number Diff line change 21
21
enabled_bridges[] = ThePirateBay
22
22
enabled_bridges[] = TikTokBridge
23
23
enabled_bridges[] = Twitch
24
- enabled_bridges[] = Twitter
25
24
enabled_bridges[] = Vk
26
25
enabled_bridges[] = XPathBridge
27
26
enabled_bridges[] = Youtube
Original file line number Diff line number Diff line change 7
7
*/
8
8
final class Configuration
9
9
{
10
- private const VERSION = '2023-09-24 ' ;
10
+ private const VERSION = '2024-02-02 ' ;
11
11
12
12
private static $ config = [];
13
13
You can’t perform that action at this time.
0 commit comments