admin
admin
加入 优阅
1367
天
http://www-x-ccekyqg-x-com.img.addlink.cn/wp-content/uploads/2024/07/CRnall_20240710_161608337_PIXEL-HDR-LUT-by-TJo_1.0-scaled.jpg
4 年前⋅
留言板
local API_KEY = "sk-732ffe8be5284d8ea9f5879a7dbb1673"
local API_URL = "https://api.deepseek.com/chat/completions"
local MODEL_NAME = "deepseek-chat"
4 年前⋅
留言板
http://www.ccekyqg.com/author/admin/feed/
4 年前⋅
留言板
http://www.ccekyqg.com/?s=
4 年前⋅
留言板
HEADER.site-navbar.navbar.navbar-expand-xl,DIV.footer-copyright.text-xs.border-top.border-secondary.py-3.py-md-4,DIV.py-4.py-md-5,DIV.archive-poster,DIV.error-card.py-5,DIV.card-header,DIV.media-overlay,DIV.author-info-content.text-center,DIV.poster-text.font-number.fw-bold.text-white.text-xxl,DIV.author-info.mb-3.mb-md-4,DIV#login_error.notice.notice-error,FORM#language-switcher[method='get'],P#nav,A.privacy-policy-link[href='http://www.ccekyqg.com/privacy-policy/'][rel='privacy-policy'],p#backtoblog,A[href='http://www.ccekyqg.com'],
4 年前⋅
留言板
server {
listen 443 ssl;
server_name apisjxxx.top;
# 用你 443 端口的证书即可
ssl_certificate /www/server/panel/vhost/ssl/apisjxxx.top/fullchain.pem;
ssl_certificate_key /www/server/panel/vhost/ssl/apisjxxx.top/privkey.pem;
location /admin/ {
# 转发到本地 81 端口的服务
proxy_pass http://127.0.0.1:81/admin/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
4 年前⋅
留言板
e10adc3949ba59abbe56e057f20f883e
4 年前⋅
留言板
upload_max_filesize = 512M
post_max_size = 512M
memory_limit = 1024M
max_execution_time = 300
max_input_time = 300
4 年前⋅
留言板