Skip to content

Commit f1cc5a2

Browse files
authored
To hide api.php from url
1 parent 8ac4561 commit f1cc5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ server {
15941594
server_name server_domain_or_IP;
15951595
15961596
location / {
1597-
try_files $uri $uri/ =404;
1597+
try_files $uri $uri/ /api.php?$args;
15981598
}
15991599
16001600
location ~ [^/]\.php(/|$) {

0 commit comments

Comments
 (0)