Skip to content

Commit fae7db7

Browse files
authored
Merge pull request #1045 from mapoub/patch-1
To hide api.php from url
2 parents d00c96c + f1cc5a2 commit fae7db7

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)