nginxCatch all domains with one config
server {
listen 80 default_server;
}ctrl + cdefault_serverlets nginx know that this |
More of Nginx
- Using Letsencrypt with Nginx
- Install NJS (Nginx Javascript) module in Ubuntu 22.04
- How to remove specific header
- Proxy gRPC traffic with Nginx
- Using if condition
- How to log time it took upstream to process request
- How to redirect entire domain to another domain
- Setup HTTP/2 with Nginx
- How to proxy TCP traffic
- Using x-request-id header
See more codes...