@@ -0,0 +1 @@
+lML8mX2t1uG2zT7sTw24Ocix33H6IlEBanL6insoexw.BNQUDtwuF55jCwGW6qTERm7LX9c-E5OACs2wT2n4bTA
@@ -0,0 +1,8 @@
+location ~* (runtime|application)/{
+ return 403;
+}
+location / {
+ if (!-e $request_filename){
+ rewrite ^(.*)$ /index.php?s=$1 last; break;
+ }