nginxCatch all domains with one config
server {
listen 80 default_server;
}
ctrl + c
default_server lets nginx know that this |
More of Nginx
- Using x-xss-protection header
- Using NJs example
- Using x-request-id header
- Using nested locations
- Using x-frame-options header
- Using regex in map
- Reload configuration without connections dropping
- Using open_file_cache to optimize file access
- Using NJs example (JS code file)
- Using multiple locations
See more codes...