fix
This commit is contained in:
@ -7,5 +7,5 @@ cd dbexport
|
||||
zip -r ~/work/ismism/dbexport/dbexport-$(date +%Y%m%d-%H%M).zip .
|
||||
cd ..
|
||||
|
||||
deno run --allow-all cli/dbreset.js
|
||||
deno run -A cli/dbset.js
|
||||
zsh cli/dbimport.zsh dbexport
|
||||
|
@ -164,6 +164,10 @@ section>details>summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
section>details:focus section>details>summary:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
section>details>p {
|
||||
display: block;
|
||||
background: var(--lightgray);
|
||||
|
@ -67,7 +67,7 @@ http {
|
||||
listen 443 ssl http2 default_server;
|
||||
listen [::]:443 ssl http2 default_server;
|
||||
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_protocols TLSv1.3;
|
||||
ssl_certificate ssl/ismist.cn.crt;
|
||||
ssl_certificate_key ssl/ismist.cn.key;
|
||||
ssl_session_cache shared:SSL:50m;
|
||||
@ -110,7 +110,7 @@ http {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_protocols TLSv1.3;
|
||||
ssl_certificate ssl/ismist.cn.crt;
|
||||
ssl_certificate_key ssl/ismist.cn.key;
|
||||
ssl_session_cache shared:SSL:50m;
|
||||
@ -121,8 +121,6 @@ http {
|
||||
|
||||
root ui;
|
||||
|
||||
# error_page 301 /444.html;
|
||||
|
||||
location = /444.html {
|
||||
return 444;
|
||||
}
|
||||
|
Reference in New Issue
Block a user