Update whisparr.subfolder.conf.sample

added version date
This commit is contained in:
geekau 2024-08-04 12:17:05 +10:00 committed by GitHub
parent c94f57fb1f
commit fc36461bb6
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 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;
}
}