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