Created
December 7, 2008 11:14
-
-
Save ursm/33084 to your computer and use it in GitHub Desktop.
This file contains hidden or 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> | |
| 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