0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-27 17:08:05 +02:00

Compare commits

...

3 commits

Author SHA1 Message Date
Tommy
47cb6d8ef3
Merge 7753af1b0c into abd813f5fb 2024-10-21 18:15:52 -04:00
J0WI
abd813f5fb
Bump stable to 30.0.1
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-10-21 16:44:25 +00:00
Tommy
7753af1b0c Disable absolute redirect
Signed-off-by: Tommy <contact@tommytran.io>
2024-10-13 13:57:22 +00:00
3 changed files with 5 additions and 1 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 {

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -Eeuo pipefail set -Eeuo pipefail
stable_channel='29.0.7' stable_channel='30.0.1'
self="$(basename "$BASH_SOURCE")" self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")" cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"