added key and cert files to https config in forgejo
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
ROOT_URL = "https://forgejo.john-stream.com";
|
||||
PROTOCOL = "https";
|
||||
COOKIE_SECURE = true;
|
||||
KEY_FILE = config.mtls.keyFile;
|
||||
CERT_FILE = config.mtls.certFile;
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user