Compare commits
No commits in common. "0b3390bdfcf7eb7d53f53a80e7d1c9cdd74c3f12" and "e500652c3717fb452c18941d9b9aa6c4a2a3a783" have entirely different histories.
0b3390bdfc
...
e500652c37
|
@ -5,4 +5,5 @@
|
|||
/public/uploads/*
|
||||
!/public/uploads/index.html
|
||||
/runtime/*
|
||||
!/runtime/index.html
|
||||
!/runtime/index.html
|
||||
/public/nginx.htaccess
|
|
@ -1,5 +0,0 @@
|
|||
location / {
|
||||
if (!-f $request_filename) {
|
||||
rewrite ^(.*)$ /index.php?s=/$1 last;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue