Skip to content

Commit 6ea7752

Browse files
8ctopuslunny
authored andcommitted
Cleanup https support code snippet (#8370)
1 parent 9543aea commit 6ea7752

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/doc/usage/https-support.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ To use Gitea's built-in HTTPS support, you must change your `app.ini` file:
2424

2525
```ini
2626
[server]
27-
PROTOCOL=https
28-
ROOT_URL = `https://git.example.com:3000/`
27+
PROTOCOL = https
28+
ROOT_URL = https://git.example.com:3000/
2929
HTTP_PORT = 3000
3030
CERT_FILE = cert.pem
31-
KEY_FILE = key.pem
31+
KEY_FILE = key.pem
3232
```
3333

3434
To learn more about the config values, please checkout the [Config Cheat Sheet](../config-cheat-sheet#server).

0 commit comments

Comments
 (0)