use hydra-dev instead of hydra
This commit is contained in:
parent
23107b43be
commit
a49c2048eb
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ in {
|
|||
extraConfig = ''
|
||||
import baseConfig
|
||||
|
||||
reverse_proxy http://127.0.0.1:${toString config.services.hydra.port} {
|
||||
reverse_proxy http://127.0.0.1:${toString config.services.hydra-dev.port} {
|
||||
trusted_proxies private_ranges
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue