root@192-168-XX-XXconf.d\]# cat jenkins-XXX.XXXX.conf server { listen 443 ssl; server_name jenkins-XX.XXXX.cn; #auth_basic "login auth"; #auth_basic_user_file /etc/nginx/conf.d/wlyy.user; ssl_certificate /etc/nginx/cert/XXXX.pem; ssl_certificate_key /etc/nginx/cert/XXXX.key; ssl_session_timeout 5m; ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; charset utf-8; client_body_buffer_size 10M; proxy_redirect off; proxy_set_header Host $host:$server_port; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-Host $host:$server_port; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_next_upstream error timeout invalid_header http_502 http_503 http_504; proxy_ignore_client_abort on; proxy_read_timeout 180; proxy_buffering on; proxy_buffer_size 8k; proxy_buffers 8 8M; gzip on; gzip_min_length 1000; gzip_types text/plain text/css application/json text/xml application/xml application/xml+rss text/javascript; location / { proxy_pass http://192.168.XX.XXX:8080; proxy_redirect default; proxy_set_header Host $host:$server_port; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-Host $host:$server_port; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } }
相关推荐
xx.ii3 小时前
jenkins流水线项目部署扁豆的主人6 小时前
ElasticsearchYC运维9 小时前
Jenkins 安装,自动化全方位详解文档半梦半醒*9 小时前
Jenkins流水线项目发布路由侠内网穿透10 小时前
本地部署开源数据分析平台 Elastic Stack 并实现外部访问( Windows 版本)半梦半醒*1 天前
搭建Jenkins半梦半醒*1 天前
gitlab部署最好束手就擒2 天前
Elasticsearch批量写入50万数据dyj0952 天前
【Devops-Jenkins自动将Java Maven工程编译成jar、并打成Docker镜像,并上传Harbor】久曲健的测试窝3 天前
Jenkins Share Library教程 —— 开发入门