This commit is contained in:
cjd
2026-02-18 09:47:20 +08:00
parent 4d0db0c8df
commit a98bc6f13c
5 changed files with 2436 additions and 25 deletions

3
public/nginx.htaccess Normal file
View File

@@ -0,0 +1,3 @@
location / {
try_files $uri $uri/ /index.php?$query_string;
}