Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/finish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -Eeuo pipefail

fKill "progress.sh"

if [ -s "$QEMU_DIR/qemu.host" ] && [[ "$(<"$QEMU_DIR/qemu.host")" == "172.17."* ]]; then
warn "your container IP starts with 172.17.* which will cause conflicts when you install the Container Manager package inside DSM!"
fi
Expand Down
8 changes: 0 additions & 8 deletions web/conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,10 @@ server {

set $cache_control "no-cache";

if ($uri = /) {
set $cache_control "no-store";
}

if ($uri = /msg.html) {
set $cache_control "no-store";
}

if ($uri = /index.html) {
set $cache_control "no-store";
}

add_header Cache-Control $cache_control always;

location / {
Expand Down