mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
nginx: disabled abs redirect
This commit is contained in:
parent
c168e73805
commit
26863d5bfd
@ -20,6 +20,8 @@ http {
|
|||||||
include /etc/nginx/mime-types.conf;
|
include /etc/nginx/mime-types.conf;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
charset utf-8;
|
charset utf-8;
|
||||||
|
|
||||||
|
absolute_redirect off;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
sendfile on;
|
sendfile on;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user