首页
关于
壁纸
直播
留言
友链
统计
Search
1
《三国志英杰传》攻略
6,034 阅读
2
白嫖Emby
5,771 阅读
3
Emby客户端IOS破解
5,769 阅读
4
《吞食天地1》金手指代码
4,696 阅读
5
破解emby-server
4,040 阅读
moonjerx
game
age-of-empires
zx3
san-guo-zhi
尼尔:机械纪元
net
emby
learn-video
docker
torrent
photoshop
route
minio
git
ffmpeg
im
vue
gitlab
typecho
svn
alipay
nasm
srs
mail-server
tailscale
kkfileview
aria2
webdav
synology
redis
oray
chemical
mxsite
math
π
x-ui
digital-currency
server
nginx
baota
k8s
http
cloud
linux
shell
database
vpn
esxi
rancher
domain
k3s
ewomail
os
android
windows
ios
app-store
macos
develop
java
javascript
uniapp
nodejs
hbuildx
maven
android-studio
jetbrain
jenkins
css
mybatis
php
python
hardware
hard-disk
pc
RAM
software
pt
calibre
notion
office
language
literature
philosophy
travel
登录
Search
标签搜索
ubuntu
mysql
openwrt
zerotier
springboot
centos
openvpn
jdk
吞食天地2
synology
spring
idea
windows11
吞食天地1
transmission
google-play
Japanese
xcode
群晖
kiftd
MoonjerX
累计撰写
370
篇文章
累计收到
459
条评论
首页
栏目
moonjerx
game
age-of-empires
zx3
san-guo-zhi
尼尔:机械纪元
net
emby
learn-video
docker
torrent
photoshop
route
minio
git
ffmpeg
im
vue
gitlab
typecho
svn
alipay
nasm
srs
mail-server
tailscale
kkfileview
aria2
webdav
synology
redis
oray
chemical
mxsite
math
π
x-ui
digital-currency
server
nginx
baota
k8s
http
cloud
linux
shell
database
vpn
esxi
rancher
domain
k3s
ewomail
os
android
windows
ios
app-store
macos
develop
java
javascript
uniapp
nodejs
hbuildx
maven
android-studio
jetbrain
jenkins
css
mybatis
php
python
hardware
hard-disk
pc
RAM
software
pt
calibre
notion
office
language
literature
philosophy
travel
页面
关于
壁纸
直播
留言
友链
统计
搜索到
125
篇与
server
的结果
2021-07-30
宝塔面板nginx设置长链接
在http{}内添加以下配置:#自定义变量 $connection_upgrade map $http_upgrade $connection_upgrade { default keep-alive; #默认为keep-alive 可以支持 一般http请求 'websocket' upgrade; #如果为websocket 则为 upgrade 可升级的。 }在location / {}中添加以下配置:#长连接通信start# proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; #此处配置 上面定义的变量 proxy_set_header Connection $connection_upgrade; #长连接通信end#
2021年07月30日
304 阅读
0 评论
0 点赞
2021-07-27
跨域问题
add_header Access-Control-Allow-Headers Content-Type,Content-Length,Accept-Encoding,X-Requested-with,Origin,lang;
2021年07月27日
113 阅读
0 评论
0 点赞
2021-07-23
青阳龙野个人云盘搭建
javaw -jar E:\applications\kiftd\kiftd-1.0.29-RELEASE.jar -start
2021年07月23日
196 阅读
0 评论
0 点赞
2021-07-18
Nginx伪静态配置尝试
set $my_ip ''; if ( $http_x_forwarded_for = 192.168.1.169){ set $my_ip 1; } #注意这里的$remote_addr如何用了负载均衡的话,这里应该是 if ( $uri = '' ){ set $my_ip 1;} if ( $remote_addr = 192.168.1.169 ){ set $my_ip 1;} location ^~ /a{ alias /home/test/a/; index index.html; } location ^~ /b{ alias /home/test/b/; index index.html; } # location ^~ /c{ alias /home/test/a/; # index index.html; # } location ^~ /{ #匹配成功后跳转,执行永久301跳转 # return 301 https://$server_name:1992$request_uri/v1/; rewrite ^(/)$ https://$host$1b/ permanent; if ( $http_x_forwarded_for !~ 192\.168\.0\..*){ rewrite ^(.*)$ https://moonjer.com permanent; } #rewrite ^(.*)$ https://movie.moonjer.com:1992$1 permanent; # return 301 https://movie.moonjer.com:1992$request_uri; }location 指令说明,该语法用来匹配 url,语法如上: =:用于不含正则表达式的 url 前,要求字符串与 url 严格匹配,匹配成功就停止向下搜索并处理请求。 ~:用于表示 url 包含正则表达式,并且区分大小写。 ~*:用于表示 url 包含正则表达式,并且不区分大小写。 ^~:用于不含正则表达式的 url 前,要求 Nginx 服务器找到表示 url 和字符串匹配度最高的 location 后,立即使用此 location 处理请求,而不再匹配。 如果有 url 包含正则表达式,不需要有 ~ 开头标识。
2021年07月18日
108 阅读
0 评论
0 点赞
2021-07-18
https://www.v2k8s.com/
https://www.v2k8s.com/
2021年07月18日
123 阅读
0 评论
0 点赞
1
...
23
24
25
您的IP: