Files
VPS-scripts_Web-V2/CMS/none/Apache-unconfigured
2020-08-21 12:28:07 +00:00

21 lines
479 B
Plaintext

#beginConf
ErrorLog ${APACHE_LOG_DIR}/s2_error.log
#CustomLog ${APACHE_LOG_DIR}/s2_custom.log combined
DirectoryIndex index.php index.html index.htm
DocumentRoot /var/www/DOMAINname/html
<Directory /var/www/DOMAINname/html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
<FilesMatch \.php$>
SetHandler "proxy:unix:/var/run/php/phpPHPver-fpm-SITEname.sock|fcgi://localhost"
</FilesMatch>
#endConf