feat: Added basic_proxy
This commit is contained in:
@@ -63,8 +63,8 @@
|
||||
reverse_proxy localhost:8080
|
||||
'';
|
||||
virtualHosts."llama.darksailor.dev".extraConfig = ''
|
||||
reverse_proxy localhost:3000
|
||||
basicauth / {
|
||||
reverse_proxy / localhost:3000
|
||||
basic_auth /* {
|
||||
import htpasswd ${config.sops.secrets."llama/user".path}
|
||||
}
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user