ServerName mydomain.ru
ServerAlias mydomain.ru
ServerAdmin admin@mydomain.ru
DocumentRoot /var/www/site
Options -Indexes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
SetHandler "proxy:fcgi://127.0.0.1:9000"
ErrorLog ${APACHE_LOG_DIR}/site-error.log
CustomLog ${APACHE_LOG_DIR}/site-access.log combined