mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-19 02:37:01 -04:00
fix sonarr
This commit is contained in:
parent
885acf0965
commit
2a42dee7bd
2 changed files with 3 additions and 2 deletions
|
@ -12,4 +12,4 @@ services:
|
||||||
- /storage/downloads:/storage/downloads
|
- /storage/downloads:/storage/downloads
|
||||||
ports:
|
ports:
|
||||||
- 8989:8989
|
- 8989:8989
|
||||||
restart: unless_stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
useACMEHost = "sadan.zip";
|
useACMEHost = "sadan.zip";
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
proxyPass = "https://localhost:8989";
|
proxyPass = "http://localhost:8989";
|
||||||
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue