Skip to content

Instantly share code, notes, and snippets.

@almaron
Created April 29, 2012 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almaron/2550383 to your computer and use it in GitHub Desktop.
Save almaron/2550383 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName frpgame.ru
ServerAlias www.frpgame.ru
DocumentRoot /home/rails/www/temple/current/public
<Directory /home/rails/www/temple/current/public>
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
CustomLog /home/rails/tmp/logs/frpgame.ru.access.log combined
ErrorLog /home/rails/tmp/logs/frpgame.ru.error.log
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment