chore: cleanup
This commit is contained in:
parent
3b84ec9de7
commit
06ae252b53
1 changed files with 2 additions and 9 deletions
11
nginx.conf
11
nginx.conf
|
@ -15,15 +15,8 @@ http {
|
||||||
ssl_certificate /etc/letsencrypt/live/vps.gerardgascon.com/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/vps.gerardgascon.com/fullchain.pem;
|
||||||
ssl_certificate_key /etc/letsencrypt/live/vps.gerardgascon.com/privkey.pem;
|
ssl_certificate_key /etc/letsencrypt/live/vps.gerardgascon.com/privkey.pem;
|
||||||
|
|
||||||
ssl_protocols TLSv1.2 TLSv1.3;
|
root /usr/share/nginx/html;
|
||||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
index index.html;
|
||||||
|
|
||||||
root /usr/share/nginx/html
|
|
||||||
index index.html
|
|
||||||
|
|
||||||
location / {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue