Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Update INSTALL.md (#1769)
Browse files Browse the repository at this point in the history
Update nginx configuration
  • Loading branch information
tugrulcan authored and Hüseyin Mert committed May 23, 2017
1 parent 65ebcef commit beebbbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ server {
server_name vipa.prod www.vipa.prod local.vipa.prod *.vipa.prod;
client_max_body_size 1024M;
root /var/www/vipa;
root /var/www/vipa/web;
rewrite ^/app.php?(.*)$ /$1 permanent;
Expand All @@ -209,7 +209,7 @@ server {
server_name vipa.dev www.vipa.dev local.vipa.dev *.vipa.dev;
client_max_body_size 1024M;
root /var/www/vipa;
root /var/www/vipa/web;
rewrite ^/app_dev.php?(.*)$ /$1 permanent;
Expand Down

0 comments on commit beebbbe

Please sign in to comment.