mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-30 03:20:30 +02:00
fix: prepare release (#3945)
This commit is contained in:
@@ -106,11 +106,11 @@ server {
|
||||
error_log /var/log/nginx/rss-bridge.error.log;
|
||||
|
||||
# Intentionally not setting a root folder here
|
||||
|
||||
|
||||
# autoindex is off by default but feels good to explicitly turn off
|
||||
autoindex off;
|
||||
|
||||
# Static content only served here
|
||||
# Static content only served here
|
||||
location /static/ {
|
||||
alias /var/www/rss-bridge/static/;
|
||||
}
|
||||
|
Reference in New Issue
Block a user