Skip to content

Commit

Permalink
Fixes apache2 configuration for RewriteCond
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Feb 14, 2015
1 parent 5736767 commit 4b4b4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Expand Up @@ -27,8 +27,8 @@ sudo cat > /etc/apache2/sites-available/insurlt <<'NESTED'
DocumentRoot /home/vagrant/build/public/
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /insurlt.fcgi [L,H=fcgid-script]
FcgidInitialEnv DATABASE_PATH /tmp/database.sqlite3
Expand Down

0 comments on commit 4b4b4c4

Please sign in to comment.