use CF SSL
This commit is contained in:
parent
5393f464b1
commit
0f89b21a41
1 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
|||
settings = {
|
||||
server = {
|
||||
DOMAIN = "git.osbm.dev";
|
||||
ROOT_URL = "https://git.osbm.dev";
|
||||
ROOT_URL = "https://git.osbm.dev/";
|
||||
};
|
||||
service = {
|
||||
DISABLE_REGISTRATION = false;
|
||||
|
|
@ -31,9 +31,9 @@
|
|||
services.caddy.virtualHosts."git.osbm.dev" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy http://localhost:3000
|
||||
tls internal
|
||||
import cloudflare
|
||||
'';
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue