mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-28 12:44:55 +01:00
Disable absolute redirect
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
178f8b65d3
commit
7753af1b0c
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ events {
|
||||||
|
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
absolute_redirect off;
|
||||||
|
|
||||||
include mime.types;
|
include mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
types {
|
types {
|
||||||
|
|
|
@ -10,6 +10,8 @@ events {
|
||||||
|
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
absolute_redirect off;
|
||||||
|
|
||||||
include mime.types;
|
include mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
types {
|
types {
|
||||||
|
|
Loading…
Reference in a new issue