Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active July 27, 2016 10:21
Show Gist options
  • Save nishinoshake/0e979e92a28e138f040f63c74743fc4b to your computer and use it in GitHub Desktop.
Save nishinoshake/0e979e92a28e138f040f63c74743fc4b to your computer and use it in GitHub Desktop.
Virtualhostの設定
<VirtualHost *:80>
DocumentRoot /www/example1
ServerName www.example.com
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment