Cleanup https support code snippet (#8370)
This commit is contained in:
parent
9543aeaf84
commit
6ea77523bb
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ To use Gitea's built-in HTTPS support, you must change your `app.ini` file:
|
|||
```ini
|
||||
[server]
|
||||
PROTOCOL = https
|
||||
ROOT_URL = `https://git.example.com:3000/`
|
||||
ROOT_URL = https://git.example.com:3000/
|
||||
HTTP_PORT = 3000
|
||||
CERT_FILE = cert.pem
|
||||
KEY_FILE = key.pem
|
||||
|
|
Loading…
Reference in a new issue