mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-25 06:17:35 +00:00
Better apache configs
This commit is contained in:
18
apache/freshrss.conf
Normal file
18
apache/freshrss.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
<VirtualHost *:8000>
|
||||
DocumentRoot /app/code
|
||||
AllowEncodedSlashes On
|
||||
|
||||
ErrorLog /dev/stderr
|
||||
CustomLog /dev/stdout combined
|
||||
|
||||
<Directory /app/code/>
|
||||
Options +FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
|
||||
<IfModule mod_php7.c>
|
||||
php_value memory_limit 64m
|
||||
</IfModule>
|
||||
|
||||
</Directory>
|
||||
</VirtualHost>
|
Reference in New Issue
Block a user