nginxCatch all domains with one config
server {
listen 80 default_server;
}
ctrl + c
default_server lets nginx know that this |
More of Nginx
- Find current version
- Using try_files
- Using x-frame-options header
- Using open_file_cache to optimize file access
- Using x-request-id header
- Using NJs example (JS code file)
- Using nested locations
- Rewrite everything to index.php
- Using NJs example
- Proxying websocket server with Nginx
See more codes...