DONE: use acs mykad reader, fix trailing issue, duplicated line
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user