百度 | 神马 | 搜狗 | 技术文档 | 学习资料分享 - 记录帝国CMS及运维技术的点点滴滴
你的位置:首页 > 实用IT技术 » 正文

【经典网站】CaddyServer:网站服务器架设系统

发布时间:2020-09-16

Caddy Server 是一个基于易于配置和使用的Web服务器架设系统,支持HTTP/2、IPV6、WebSockets、FastCGI、Markdown等,无论你是设计师还是开发者都可以通过该系统轻松的架设自己的站点,传统的 Web服务器架设很复杂,而Caddy Server更注重简化的操控。

【Caddy Server使用指南】

Caddy Server 产品特色;

1.HTTP/2:It’s time for a faster web. Caddy supports HTTP/2 right out of the box. No thought required.

2.TLS 1.2:Direct integration with Let’s Encrypt is on its way, or use your own certs and keys. Supports SNI.

3.Easy Deployment:Caddy is a single executable with no dependencies. Any platform.

4.Multi-core:When the going gets tough, Caddy gets going on more CPUs.

5.WebSockets:Caddy can pipe stdin and stdout from any program to WebSocket clients.

6.Markdown:Serve Markdown documents rendered on-the-fly as HTML.

7.IPv6:Runs full well in an IPv6 environment.

8.Logging:Caddy takes copious notes according to your favorite log format.

9.FastCGI:Serve PHP by proxying requests to FastCGI servers like php-fpm.

10.Headers:Send custom response headers just by adding a line to your Caddyfile.

11.Reverse Proxy:Forward requests to other endpoints with simple reverse proxy functionality.

12.Rewrites & Redirects:Rewrite requests internally or configure HTTP redirects.

13.Clean URLs:Elegantly serve files without needing the extension in the URL.

14.Gzip:Compress responses to save bandwidth.

15.Directory Browsing:List the contents of folders according to your own template.

16.Virtual Hosts:Serve multiple sites from the same address with a single Caddyfile.

对于个人站长而言没有太多的技术方面的经验,都是在不断摸索中成长的,很多服务器环境架设都是通过集成的系统来操作,而一款操控便捷、使用方面的WEB系统就是站长们追求的终极目标,系统这套系统能够为国内站长而用。

Top