nginx负载均衡及分发设定

配置文件所在目录

nginx目录/conf/nginx.conf

配置文件举例

#user  nobody;worker_processes  4;
#error_log  logs/error.log; #error_log  logs/error.log  notice; #error_log  logs/error.log  info;
#pid        logs/nginx.pid;
events {     worker_connections  4096; }
http {     include       mime.types;     default_type  application/octet-stream;
    #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '     #                  '$status $body_bytes_sent "$ht

nginx负载均衡及分发设定最先出现在Python成神之路

版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/25880.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>