mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-06-11 04:43:10 +08:00
collect optimize
This commit is contained in:
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
File diff suppressed because one or more lines are too long
77
film/data/nginx/html/assets/index-ChHS3BBc.js
Normal file
77
film/data/nginx/html/assets/index-ChHS3BBc.js
Normal file
File diff suppressed because one or more lines are too long
1
film/data/nginx/html/assets/index-b0J83Qwy.css
Normal file
1
film/data/nginx/html/assets/index-b0J83Qwy.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 3.3 MiB After Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 2.1 MiB |
@@ -1,21 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" class="dark">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||
<meta name="renderer" content="webkit|ie-comp|ie-stand">
|
||||
<meta name="applicable-device" content="pc,mobile">
|
||||
<meta name="MobileOptimized" content="width">
|
||||
<meta name="HandheldFriendly" content="true">
|
||||
<meta name="referrer" content="never">
|
||||
<meta charset="UTF-8"/>
|
||||
<title>(╥﹏╥)</title>
|
||||
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_3992367_d9xdu8zk04f.css">
|
||||
<script type="module" crossorigin src="/assets/index-71fe0e9a.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-b0d2aea4.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" class="dark">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||
<meta name="renderer" content="webkit|ie-comp|ie-stand">
|
||||
<meta name="applicable-device" content="pc,mobile">
|
||||
<meta name="MobileOptimized" content="width">
|
||||
<meta name="HandheldFriendly" content="true">
|
||||
<meta name="referrer" content="never">
|
||||
<meta charset="UTF-8"/>
|
||||
<title>(╥﹏╥)</title>
|
||||
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_3992367_d9xdu8zk04f.css">
|
||||
<script type="module" crossorigin src="/assets/index-ChHS3BBc.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-b0J83Qwy.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -1,16 +1,25 @@
|
||||
#bind 0.0.0.0
|
||||
bind 0.0.0.0
|
||||
daemonize no
|
||||
requirepass root
|
||||
|
||||
appendonly yes
|
||||
auto-aof-rewrite-percentage 100
|
||||
auto-aof-rewrite-min-size 64mb
|
||||
appendonly no
|
||||
# auto-aof-rewrite-percentage 100
|
||||
# auto-aof-rewrite-min-size 64mb
|
||||
|
||||
# save 900 1
|
||||
dbfilename dump.rdb
|
||||
save 900 1
|
||||
# save 300 10
|
||||
# save 60 10000
|
||||
# dir /data/
|
||||
# dbfilename dump.rdb
|
||||
dir /data/
|
||||
# 如果持久化出错,主进程是否停止写入
|
||||
stop-writes-on-bgsave-error yes
|
||||
# 是否压缩rdb文件
|
||||
rdbcompression yes
|
||||
|
||||
# 设置最大内存
|
||||
maxmemory 1gb
|
||||
# 当内存满时,淘汰最近最少使用的键
|
||||
maxmemory-policy allkeys-lru
|
||||
|
||||
|
||||
tcp-keepalive 300
|
||||
|
||||
Reference in New Issue
Block a user