docs: fix name in title file

This commit is contained in:
Данил 2025-02-23 22:46:41 +03:00
parent c6f89c0ed0
commit b3aab3e7aa

View file

@ -28,7 +28,7 @@ import { Code } from '@astrojs/starlight/components';
listen 443 ssl; listen 443 ssl;
server_name localhost; # Your domain server_name localhost; # Your domain
... ...
' lang='txt' title='ngixn.conf' /> ' lang='txt' title='nginx.conf' />
To set up SSL. Create folder `CertSSL` To set up SSL. Create folder `CertSSL`
@ -43,7 +43,7 @@ import { Code } from '@astrojs/starlight/components';
<Code code=' <Code code='
ssl_certificate /etc/nginx/ssl/fullchain.pem; ssl_certificate /etc/nginx/ssl/fullchain.pem;
ssl_certificate_key /etc/nginx/ssl/privkey.pem; ssl_certificate_key /etc/nginx/ssl/privkey.pem;
' lang='txt' title='ngixn.conf' /> ' lang='txt' title='nginx.conf' />
<Code code= <Code code=
" "