当前位置:网站首页>Varnish 基础概览4
Varnish 基础概览4
2022-06-30 01:21:00 【franket】
基本配置与启动
修改 /etc/varnish/default.vcl
[[email protected] varnish]# vim /etc/varnish/default.vcl
[[email protected] varnish]# grep -v "#" /etc/varnish/default.vcl
vcl 4.0;
backend default {
.host = "www.boohee.com";
.port = "80";
}
sub vcl_recv {
}
sub vcl_backend_response {
}
sub vcl_deliver {
}
[[email protected] varnish]# 重新加载 VCL
[[email protected] varnish]# /etc/init.d/varnish reload
Loading vcl from /etc/varnish/default.vcl
Current running config name is reload_2015-08-19T22:45:05
Using new config name reload_2015-08-19T22:46:38
VCL compiled.
VCL 'reload_2015-08-19T22:46:38' now active
available 0 boot
available 0 reload_2015-08-19T22:43:00
available 0 reload_2015-08-19T22:43:13
available 0 reload_2015-08-19T22:45:05
active 0 reload_2015-08-19T22:46:38
Done
[[email protected] varnish]# 边栏推荐
- 第八届“互联网+”大赛 | 云原生赛道邀你来挑战
- Wechat applet - requestsubscribemessage:fail can only be invoked by user tap gesture
- How to seamlessly transition from traditional microservice framework to service grid ASM
- How latex enters a matrix
- [concurrent programming] if you use channel to solve concurrency problems?
- “乘风破浪”的芒果超媒,能上岸吗?
- MES管理系统功能模块之质量管理
- RubyMine开发工具,重构和意图操作
- 【推荐系统】基于用户的协同过滤简明原理与代码实现
- 2022 6 月25 日交易总结
猜你喜欢

The Web3 era is coming? Inventory of five Web3 representative projects | footprint analytics

3-6sql injection website instance step 5: break through the background to obtain web administrator permissions

Some thoughts on small program subcontracting and verification of uiniapp subcontracting optimization logic

Exercise "product": self made colorful Prompt string display tool (for loop and if condition judgment)

I learned database at station B (V): DQL exercise

The first technology podcast month will be launched soon

2020-12-03

MES管理系统功能模块之质量管理

Clean, talk, bring children, and get rid of the label of "artificial mental retardation" for the sweeper

How latex enters a matrix
随机推荐
CSV文件格式——方便好用个头最小的数据传递方式
Application of pointer in STC89C52 single chip microcomputer and demonstration of practical cases
HC32M0+ GPIO
Kubernetes 核心对象概览详解
SFDP super form development platform v6.0.4 was officially released
关于c语言main函数中int argc,char **argv的理解
Ctfshow competition original title 680-695
在线SQL转CSV工具
Mechanical --nx2007 (UG) -- gap analysis (interference inspection)
Crmeb SMS for program configuration of knowledge payment system
Text classification using huggingface
Precautions for postoperative fundus hemorrhage / / must see every day
I learned database at station B (V): DQL exercise
Seata 与三大平台携手编程之夏,百万奖金等你来拿
MySql函数
Transaction summary on June 25, 2022
Stringredistemplate disconnects and the value disappears
Mysql 监控6
Cantilever beam calculation [matlab code]
STC89C52 single chip microcomputer simple calculator design and code demonstration