Skip to content

Commit

Permalink
Fixed bug in Nginx sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonRider23 committed Aug 22, 2015
1 parent c1568b2 commit 225b9fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/install/Nginx-sample-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ server {
server_name localhost;

location / {
index index.php;
try_files $uri $uri/ /index.php?$query_string;
}

Expand Down

0 comments on commit 225b9fc

Please sign in to comment.