moonsflyer 9 meses atrás
pai
commit
e5c626a3df

+ 0 - 0
1


+ 1 - 0
public/.well-known/acme-challenge/lML8mX2t1uG2zT7sTw24Ocix33H6IlEBanL6insoexw

@@ -0,0 +1 @@
+lML8mX2t1uG2zT7sTw24Ocix33H6IlEBanL6insoexw.BNQUDtwuF55jCwGW6qTERm7LX9c-E5OACs2wT2n4bTA

+ 8 - 0
public/nginx.htaccess

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