mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-25 21:57:00 -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 = {
|
services = {
|
||||||
|
@ -10,7 +8,7 @@
|
||||||
useACMEHost = "sadan.zip";
|
useACMEHost = "sadan.zip";
|
||||||
locations = {
|
locations = {
|
||||||
"/" = {
|
"/" = {
|
||||||
proxyPass = "http://localhost:9696";
|
proxyPass = "http://localhost:7878";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue