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_key /etc/letsencrypt/live/vps.gerardgascon.com/privkey.pem;
|
||||
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
|
||||
root /usr/share/nginx/html
|
||||
index index.html
|
||||
|
||||
location / {
|
||||
|
||||
}
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue