選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
316B

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

Powered by TurnKey Linux.