This commit is contained in:
728
2023-03-08 15:11:06 +08:00
parent ab5891f5c9
commit 6aa0e9b197
3 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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);

View File

@ -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;
}