mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-04-01 21:21:57 -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
|
||||
ports:
|
||||
- 8989:8989
|
||||
restart: unless_stopped
|
||||
restart: unless-stopped
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
useACMEHost = "sadan.zip";
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "https://localhost:8989";
|
||||
proxyPass = "http://localhost:8989";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue