Web服务器的配置与安装ssl证书 您所在的位置:网站首页 nginx重启服务 Web服务器的配置与安装ssl证书

Web服务器的配置与安装ssl证书

2023-04-06 14:50| 来源: 网络整理| 查看: 265

user www-data;worker_processes auto;pid /run/nginx.pid;include /etc/nginx/modules-enabled/*.conf;

events { worker_connections 768; # multi_accept on;}

http {

## # Basic Settings ##

sendfile on; tcp_nopush on; tcp_nodelay on; keepalive_timeout 65; types_hash_max_size 2048; client_max_body_size 1024m; # server_tokens off; fastcgi_intercept_errors on;

# server_names_hash_bucket_size 64; # server_name_in_redirect off;

include /etc/nginx/mime.types; default_type application/octet-stream;

## # SSL Settings ##

ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; # Dropping SSLv3, ref: POODLE ssl_prefer_server_ciphers on;

## # Logging Settings ##

access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log;

## # Gzip Settings ##

gzip on;

# gzip_vary on; # gzip_proxied any; # gzip_comp_level 6; # gzip_buffers 16 8k; # gzip_http_version 1.1; # gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;

## # Virtual Host Configs ## error_page 400 = https://error.kbai.cc/400/index.html; error_page 403 = https://error.kbai.cc/403/index.html; error_page 404 = https://error.kbai.cc/404/index.html; error_page 500 = https://error.kbai.cc/500/index.html; error_page 501 = https://error.kbai.cc/501/index.html; error_page 502 = https://error.kbai.cc/502/index.html; error_page 503 = https://error.kbai.cc/503/index.html; error_page 504 = https://error.kbai.cc/504/index.html; error_page 505 = https://error.kbai.cc/505/index.html; error_page 506 = https://error.kbai.cc/506/index.html; error_page 507 = https://error.kbai.cc/507/index.html; error_page 509 = https://error.kbai.cc/509/index.html; error_page 510 = https://error.kbai.cc/510/index.html; include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*;}

#mail {# # See sample authentication script at:# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript## # auth_http localhost/auth.php;# # pop3_capabilities "TOP" "USER";# # imap_capabilities "IMAP4rev1" "UIDPLUS";## server {# listen localhost:110;# protocol pop3;# proxy on;# }## server {# listen localhost:143;# protocol imap;# proxy on;# }#}



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有