From fc36461bb663366708f25e28b4bb4d01376cb6fb Mon Sep 17 00:00:00 2001 From: geekau Date: Sun, 4 Aug 2024 12:17:05 +1000 Subject: [PATCH] Update whisparr.subfolder.conf.sample added version date --- whisparr.subfolder.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/whisparr.subfolder.conf.sample b/whisparr.subfolder.conf.sample index 0b61066..13d3693 100644 --- a/whisparr.subfolder.conf.sample +++ b/whisparr.subfolder.conf.sample @@ -1,3 +1,4 @@ +## Version 2024/08/04 # make sure that your whisparr container is named whisparr # make sure that whisparr is set to work with the base url /whisparr/ @@ -32,4 +33,4 @@ location ^~ /whisparr/api { set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; -} \ No newline at end of file +}