#user nobody;
worker_processes4;
worker_cpu_affinity0001 0010 0100 1000;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;
events {
worker_connections1024;
}
http {
include mime.types;
default_type application/octet-stream;
client_max_body_size 20m;
sendfile on;
keepalive_timeout65;
underscores_in_headers on;
upstream fdfs_group1 {
server127.0.0.1:9011;
}
#gzip on;
server {
listen80;
server_name dev.dongshanhaibao.com;
#charset koi8-r;
#access_log logs/host.access.log main;
rewrite^(.*)$ https://$host$1 permanent;
}
server {
listen443ssl;
server_name dev.dongshanhaibao.com;
s
最后
以上就是背后西牛最近收集整理的关于nginx配置多个静态html页面,nginx配置多个静态资源的全部内容,更多相关nginx配置多个静态html页面内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复