1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2026-04-30 14:41:01 +00:00

Better apache configs

This commit is contained in:
Girish Ramakrishnan
2018-05-21 10:07:27 -07:00
parent e3f3ca1de7
commit 345421b682
3 changed files with 26 additions and 8 deletions
+18
View 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>