您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
314B

  1. <VirtualHost *:80>
  2. DocumentRoot /var/www/html/public
  3. <Directory /var/www/html/public>
  4. Options Indexes FollowSymLinks
  5. AllowOverride All
  6. Require all granted
  7. </Directory>
  8. ErrorLog ${APACHE_LOG_DIR}/error.log
  9. CustomLog ${APACHE_LOG_DIR}/access.log combined
  10. </VirtualHost>

Powered by TurnKey Linux.