色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術(shù)文章
文章詳情頁

Nginx中include的具體用法

瀏覽:3日期:2023-08-20 20:22:35

include可以用在任何地方,前提是include的文件自身語法正確。include文件路徑可以是絕對路徑,也可以是相對路徑,相對路徑以nginx.conf為基準(zhǔn),同時(shí)可以使用通配符。

配置實(shí)例

# 絕對路徑include /etc/conf/nginx.conf# 相對路徑include port/80.conf# 通配符include *.conf

測試配置文件

> ./nginx -t

主模式配置

user wwwt; # 服務(wù)器使用用戶worker_processes 1; # 配置 worker 進(jìn)程啟動(dòng)的數(shù)量,建議配置為 CPU 核心數(shù)#error_log logs/error.log; # 全局錯(cuò)誤日志pid /etc/nginx/logs/nginx.pid; # 設(shè)置記錄主進(jìn)程 ID 的文件events { # 單個(gè)后臺(tái) worker process 進(jìn)程的最大并發(fā)鏈接數(shù) # 并發(fā)總數(shù) max_clients = worker_professes * worker_connections worker_connections 4096; ## Defaule: 1024 # multi_accept on; ## 指明 worker 進(jìn)程立刻接受新的連接}# 主模式http { include mime.types; default_type application/octet-stream; #log_format main '$remote_addr - $remote_user [$time_local] '$request' ' # '$status $body_bytes_sent '$http_referer' ' # ''$http_user_agent' '$http_x_forwarded_for''; #access_log logs/access.log main; sendfileon; #tcp_nopush on; #keepalive_timeout 0; keepalive_timeout 65; # 重點(diǎn),分文件放置路徑 include /etc/nginx/cs/*.conf; #gzip on server {# the port your site will be served onlisten 80;# the domain name it will serve forcharset utf-8;# max upload sizeclient_max_body_size 75M; # adjust to taste# Finally, send all non-media requests to the Django server.location / {} }}

分文件

server { # the port your site will be served on listen 443; # the domain name it will serve for server_name cs.oyz.cn; # substitute your machine's IP address or FQDN charset utf-8; ssl on; ssl_certificate cert/*****.pem; ssl_certificate_key cert/*****.key; # max upload size client_max_body_size 75M; # adjust to taste # Django media location /media {alias ********; # your Django project's media files - amend as required } location /static {alias ********; # your Django project's static files - amend as required } location / {uwsgi_param UWSGI_SCHEME https;uwsgi_pass 127.0.0.1:9002;uwsgi_send_timeout 3600s;# 指定向uWSGI傳送請求的超時(shí)時(shí)間,完成握手后向 uWSGI傳送請求的超時(shí)時(shí)間。uwsgi_connect_timeout 3600s; # 指定連接到后端uWSGI的超時(shí)時(shí)間。uwsgi_read_timeout 3600s;# 指定接收uWSGI應(yīng)答的超時(shí)時(shí)間,完成握手后接收uWSGI應(yīng)答的超時(shí)時(shí)間。include /etc/nginx/uwsgi_params; # the uwsgi_params file you installed }}

到此這篇關(guān)于Nginx中include的具體用法的文章就介紹到這了,更多相關(guān)Nginx include內(nèi)容請搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標(biāo)簽: Nginx
相關(guān)文章:
主站蜘蛛池模板: 九草在线视频 | 亚洲欧美片 | 国产一线视频在线观看高清 | 九九在线精品视频xxx | 日韩一区二区三区在线播放 | 日韩一品在线播放视频一品免费 | 国产原创系列在线 | 欧美日韩成人午夜免费 | 国产高清一区二区三区 | 九九综合九九综合 | 中文字幕在线播放视频 | 日韩在线视频观看 | 中文字幕曰韩一区二区不卡 | 精品久久久久久综合日本 | 亚洲一级毛片欧美一级说乱 | 亚洲综合网在线观看 | 99久久成人国产精品免费 | 一区二区三区在线免费视频 | 在线一区免费播放 | 中文字幕在线观看网址 | 亚洲国产精品久久久天堂 | 日韩欧美成人乱码一在线 | 久久99热只有视精品6国产 | 99在线观看视频免费 | 91av观看 | 99视频99 | 在线看片欧美 | 国产菲菲视频在线观看 | 亚色成人| 国产午夜精品免费一二区 | 日本三级香港三级人妇r | 99国产精品久久久久久久... | 波多野结衣手机视频一区 | 国语一级毛片 | 欧美一级在线视频 | 日韩精品一区二区在线观看 | 国产精品理论片 | 亚洲男人天堂手机版 | 亚洲久草视频 | 精品久久久日韩精品成人 | 国产亚洲精品久久久久久 |