0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

Compare commits

...

2 commits

Author SHA1 Message Date
Tommy
be1afc6d60
Merge 7753af1b0c into 86ab9d769c 2025-03-04 11:12:23 +01:00
Tommy
7753af1b0c Disable absolute redirect
Signed-off-by: Tommy <contact@tommytran.io>
2024-10-13 13:57:22 +00:00
2 changed files with 4 additions and 0 deletions

View file

@ -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 {

View file

@ -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 {