nginxCatch all domains with one config
server {
listen 80 default_server;
}ctrl + cdefault_serverlets nginx know that this |
More of Nginx
- Using NJs example
- Using multiple locations
- Check if configuration is correct
- How to proxy TCP traffic
- Reload configuration without connections dropping
- Using location with regex
- Proxying websocket server with Nginx
- Using x-frame-options header
- Using if else condition
- Using try_files
See more codes...