ServerName nineapache.local
DocumentRoot "/app/public"
Alias /keeweb /app/public
ProxyPass http://127.0.0.1:9999/
ProxyPassReverse http://127.0.0.1:9999/
Options FollowSymLinks
AllowOverride Limit Options FileInfo
DirectoryIndex index.php
Require all granted