mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-24 21:21:25 +03:00
docs: fix name in title file
This commit is contained in:
parent
c6f89c0ed0
commit
b3aab3e7aa
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ import { Code } from '@astrojs/starlight/components';
|
|||
listen 443 ssl;
|
||||
server_name localhost; # Your domain
|
||||
...
|
||||
' lang='txt' title='ngixn.conf' />
|
||||
' lang='txt' title='nginx.conf' />
|
||||
|
||||
|
||||
To set up SSL. Create folder `CertSSL`
|
||||
|
@ -43,7 +43,7 @@ import { Code } from '@astrojs/starlight/components';
|
|||
<Code code='
|
||||
ssl_certificate /etc/nginx/ssl/fullchain.pem;
|
||||
ssl_certificate_key /etc/nginx/ssl/privkey.pem;
|
||||
' lang='txt' title='ngixn.conf' />
|
||||
' lang='txt' title='nginx.conf' />
|
||||
|
||||
<Code code=
|
||||
"
|
||||
|
|
Loading…
Add table
Reference in a new issue