wp-nginx-test / apache.conf
tebakaja's picture
Deploy WordPress on HuggingFace
7428bdb
raw
history blame contribute delete
373 Bytes
<VirtualHost *:7860>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
ServerName localhost
Listen 7860