Skip to content

Commit 238f3db

Browse files
authored
Merge pull request #82 from jlxip/master
Disable absolute_redirect
2 parents 77f9f02 + 2f2b574 commit 238f3db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/nginx.conf

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ http {
3535
server_name _;
3636

3737
sendfile off;
38+
absolute_redirect off;
3839

3940
root /var/www/html;
4041
index index.php index.html;

0 commit comments

Comments
 (0)