minor site content refresh
This commit is contained in:
parent
eac5e9dc00
commit
c192350bc0
9 changed files with 119 additions and 325 deletions
12
nginx.conf
12
nginx.conf
|
@ -1,17 +1,17 @@
|
|||
server {
|
||||
listen 443 ssl;
|
||||
server_name arimelody.me;
|
||||
server_name arimelody.me www.arimelody.me;
|
||||
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
|
||||
ssl_certificate /etc/nginx/ssl/arimelody.crt;
|
||||
ssl_certificate_key /etc/nginx/ssl/arimelody.key;
|
||||
ssl_certificate /etc/nginx/ssl/arimelody.crt;
|
||||
ssl_certificate_key /etc/nginx/ssl/arimelody.key;
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
|
||||
root /usr/share/nginx/arimelody/;
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
add_header Cache-Control "max-age=604800";
|
||||
add_header Cache-Control "max-age=14400";
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ $uri.html =404;
|
||||
|
|
Reference in a new issue