Compare commits
2 Commits
e500652c37
...
0b3390bdfc
Author | SHA1 | Date |
---|---|---|
|
0b3390bdfc | |
|
c119ea160b |
|
@ -5,5 +5,4 @@
|
||||||
/public/uploads/*
|
/public/uploads/*
|
||||||
!/public/uploads/index.html
|
!/public/uploads/index.html
|
||||||
/runtime/*
|
/runtime/*
|
||||||
!/runtime/index.html
|
!/runtime/index.html
|
||||||
/public/nginx.htaccess
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
location / {
|
||||||
|
if (!-f $request_filename) {
|
||||||
|
rewrite ^(.*)$ /index.php?s=/$1 last;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue