7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
# shellcheck source=/dev/null
|
|
source /defaults/migrate.sh
|
|
|
|
migrate "/config/nginx/proxy.conf" "/config/nginx/location-confs/proxy.conf"
|