Found a total of 10000 related content
golang caddy process
Article Introduction:Golang is a popular programming language, and Caddy is a lightweight web server written in Golang. In this article, we will explore the process and principles of Caddy to help readers better understand how this kind of web server works. Caddy's process can be roughly divided into the following steps: 1. Processing configuration files The core of Caddy is its configuration file, which can specify how incoming requests will be processed. Caddy will read the configuration file and determine how to handle the request based on the parameters and options in it.
2023-05-16
comment 0
851
How to use Nginx web server caddy
Article Introduction:Introduction to Caddy Caddy is a powerful and highly scalable web server that currently has 38K+ stars on Github. Caddy is written in Go language and can be used for static resource hosting and reverse proxy. Caddy has the following main features: Compared with the complex configuration of Nginx, its original Caddyfile configuration is very simple; it can dynamically modify the configuration through the AdminAPI it provides; it supports automated HTTPS configuration by default, and can automatically apply for HTTPS certificates and configure it; it can be expanded to data Tens of thousands of sites; can be executed anywhere with no additional dependencies; written in Go language, memory safety is more guaranteed. First of all, we install it directly in CentO
2023-05-30
comment 0
2485
Using Thruster web server for Ruby apps
Article Introduction:Recently, I set up some deployment scripts for a Ruby app where I wanted the server to handle SSL termination.
In the "old" days, I would set up Caddy with reverse proxy the app with something like this:
# Caddyfile
yourdomain.com {
2024-10-19
comment 0
618
What is WordPress server?
Article Introduction:WordPress can run on Apache, Nginx, LiteSpeed, IIS, and Caddy servers. Choosing a server depends on the website needs and technical capabilities: if the traffic is small, choose Apache or Nginx, if the traffic is heavy or high performance needs, choose LiteSpeed, for Windows systems, choose IIS, and for ease of use, choose Caddy.
2024-04-16
comment 0
567
Caddy: Free SSL over server
Article Introduction:I have always been a fan of Nginx, but with Nginx, I always have to buy SSL for the domain configuration, with HTTPS. And, when it comes to Wildcard SSL, it costs more than the normal SSL.
Recently, I have been working with a server architect, and
2024-10-31
comment 0
789