mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-31 04:31:55 -04:00
fix radarr port
This commit is contained in:
parent
1f396f442d
commit
0dd8578de8
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
{ ... }:
|
||||
{
|
||||
services = {
|
||||
|
@ -10,7 +8,7 @@
|
|||
useACMEHost = "sadan.zip";
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://localhost:9696";
|
||||
proxyPass = "http://localhost:7878";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue