Skip to content

Instantly share code, notes, and snippets.

@ichii731
Created January 21, 2021 15:39
Show Gist options
  • Save ichii731/fb5946f4f5901437c9633b38da077f18 to your computer and use it in GitHub Desktop.
Save ichii731/fb5946f4f5901437c9633b38da077f18 to your computer and use it in GitHub Desktop.
bash
<VirtualHost *:80>
DocumentRoot /Laravelのディレクトリ/public
ServerName サーバーアドレス
<Directory /Laravelのディレクトリ/public>
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment