Created
January 21, 2021 15:39
-
-
Save ichii731/fb5946f4f5901437c9633b38da077f18 to your computer and use it in GitHub Desktop.
bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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