config nginx as proxy reserver
Tạo file /etc/nginx/nginx.conf nội dung như sau: worker_processes 4; pid /var/run/nginx.pid; events { worker_connections 768; } http { sendfile on; tcp_nopush on; tcp_nodelay on; keepalive_timeout 65; […]
Tạo file /etc/nginx/nginx.conf nội dung như sau: worker_processes 4; pid /var/run/nginx.pid; events { worker_connections 768; } http { sendfile on; tcp_nopush on; tcp_nodelay on; keepalive_timeout 65; […]
Tạo file test.conf trong thư mục /etc/nginx/conf.d/ nội dung như sau: server { listen 80; ## listen for ipv4; this line is default and implied […]
Bản quyền © 2024 | Theme WordPress viết bởi MH Themes