diff --git a/Apache.md b/Apache.md
index b26247d..ca1c990 100644
--- a/Apache.md
+++ b/Apache.md
@@ -52,6 +52,13 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
ProxyPass "/" "http://127.0.0.1:3001/"
ProxyPassReverse "/" "http://127.0.0.1:3001/"
+
+ Options FollowSymLinks MultiViews
+ AllowOverride All
+ Order allow,deny
+ allow from all
+
+
```
@@ -75,6 +82,13 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
ProxyPass "/wekan" "http://127.0.0.1:3001/wekan"
ProxyPassReverse "/wekan" "http://127.0.0.1:3001/wekan"
+
+ Options FollowSymLinks MultiViews
+ AllowOverride All
+ Order allow,deny
+ allow from all
+
+
```
To run as default site: