mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-02 05:15:12 +00:00
security: only expose /p
https://freshrss.github.io/FreshRSS/en/admins/02_Installation.html says so
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<VirtualHost *:8000>
|
||||
DocumentRoot /app/code
|
||||
DocumentRoot /app/code/p
|
||||
AllowEncodedSlashes On
|
||||
|
||||
ErrorLog /dev/stderr
|
||||
CustomLog /dev/stdout combined
|
||||
|
||||
<Directory /app/code/>
|
||||
<Directory /app/code/p/>
|
||||
Options +FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
|
Reference in New Issue
Block a user