Update ddns-updater.subfolder.conf.sample

added version date
This commit is contained in:
geekau 2024-08-04 12:16:14 +10:00 committed by GitHub
parent e07e26c755
commit 670eec1795
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,4 @@
## Version 2024/08/04
# make sure that your ddns-updater container is named ddns-updater
# make sure that ddns-updater is set to work with the base url /ddns-updater/
@ -32,4 +33,4 @@ location ^~ /ddns-updater/api {
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
}
}