DONE: use acs mykad reader, fix trailing issue, duplicated line

This commit is contained in:
ISMAIL MASSERAN
2026-09-01 14:08:44 +08:00
parent 6e1ce76c50
commit 9fbc77aba8
10 changed files with 375 additions and 294 deletions
+3
View File
@@ -9,6 +9,9 @@ server {
client_max_body_size 50M;
location / {
# Production Apache public/.htaccess 301-strips trailing slashes.
# Nginx ignores .htaccess, so without this /path/ 404s while /path works.
rewrite ^/(.*)/$ /$1 last;
try_files $uri @php;
}