Compare commits

..

No commits in common. "0b3390bdfcf7eb7d53f53a80e7d1c9cdd74c3f12" and "e500652c3717fb452c18941d9b9aa6c4a2a3a783" have entirely different histories.

2 changed files with 2 additions and 6 deletions

3
.gitignore vendored
View File

@ -5,4 +5,5 @@
/public/uploads/*
!/public/uploads/index.html
/runtime/*
!/runtime/index.html
!/runtime/index.html
/public/nginx.htaccess

View File

@ -1,5 +0,0 @@
location / {
if (!-f $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
}