Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fae7db7

Browse files
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /