Skip to content

Instantly share code, notes, and snippets.

@ursm
Created December 7, 2008 11:14
Show Gist options
  • Select an option

  • Save ursm/33084 to your computer and use it in GitHub Desktop.

Select an option

Save ursm/33084 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName watch-night.ursm.jp
ServerAdmin ursm@ursm.jp
DocumentRoot "/u/apps/watch-night/current/tmp/build"
<Directory "/u/apps/watch-night/current/tmp/build">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Alias /index.html "/u/apps/watch-night/current/tmp/build/static/watch_night/index.html"
<IfModule mpm_peruser_module>
ServerEnvironment apache apache
</IfModule>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment