E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
mime.types
H5 应用程序缓存(离线缓存)
离线缓存这个功能的实现有以下步骤:1,以nginx做web服务器为例,在
mime.types
文件中添加一行:text/cache-manifestmanifest,作用是为了让服务器识别该类型文件2,在
Leepyng
·
2017-02-10 17:00
nginx反向代理之缓存,负载均衡,动静分离的配置详解
配置文件nginx.conf的配置介绍: http { include
mime.types
; default_type application/octet-stream;
wazj_7
·
2016-12-20 16:29
server
接口
include
集群
nginx反向代理以及动静结合
http { include
mime.types
; default_type application/octet-stream; #tcp_nopush on;
ldTrueLove
·
2016-11-08 13:00
nginx配置让任何文件在浏览器中显示文本text/plain
方法一:修改
mime.types
,添加plist扩展名为text/plain类型,直接显示文本。在文件中添加如下内容text/plain plist;修改好
mime.types
类型后,直
我的二狗呢
·
2016-08-10 20:59
linux
nginx反向代理https站点
var/log/nginx/error.log;pid/var/run/nginx.pid;events{worker_connections1024;}http{include/etc/nginx/
mime.types
转身撞墙角
·
2016-07-13 09:00
代理
nginx
反向
web服务器
nginx配置。一次性启动加载多个域名
error.logwarn;pid /var/run/nginx.pid; events{ worker_connections 1024;} http{ include /etc/nginx/
mime.types
u011820505
·
2016-07-10 15:47
nginx重点优化合集一
特色支持高并发资源消耗少负载均衡缓存功能支持异步网络nginx虚拟主机worker_processes 1;events{ worker_connections 1024;}http{ include
mime.types
295631788
·
2016-05-30 10:05
优化
nginx
开启nginx目录文件列表显示功能
html/目录下所有的文件,需要打开目录文件列表显示;在nginx.conf主配置文件中http或location代码段中,配置一段代码即可实现;举例如下(绿色代码):http{ include
mime.types
模范生
·
2016-05-20 12:01
nginx.linux
nginx+tomcat做动静分离配置+nginx+SSL
nobody;worker_processes 8;#pid logs/nginx.pid;events{ worker_connections 1024;}http{ include
mime.types
13128947463
·
2016-05-20 09:34
request
include
nobody
aaa
1; events { worker_connections 1024; use epoll; } http { include
mime.types
13714409232
·
2016-05-17 15:30
a
nginx+tomcat实现负载均衡
/nginx/nginx.pid;worker_rlimit_nofile10240;events{useepoll;worker_connections10240;}http{ include
mime.types
wending_mail
·
2016-03-21 11:18
local
include
events
Nginx反向代理中文域名
#中文域名解析需配置size为64 server_names_hash_bucket_size64; client_max_body_size 10m; include
mime.types
李丁玲
·
2016-03-15 11:00
nginx中的
MIME.types
的作用
MIME-type和Content-Type的关系:当web服务器收到静态的资源文件请求时,依据请求文件的后缀名在服务器的MIME配置文件中找到对应的MIMEType,再根据MIMEType设置HTTPResponse的Content-Type,然后浏览器根据Content-Type的值处理文件。什么是MIME-TYPE:为什么这么说呢?首先,我们要了解浏览器是如何处理内容的。在浏览器中显示的内容
Debug_zhang
·
2016-02-26 14:22
nginx
服务器
Nginx配置
1.配置目录conf下有以下配置文件(不包含*.default):├── fastcgi.conf├── fastcgi_params├── koi-utf├── koi-win├──
mime.types
cin_ie
·
2016-01-30 01:00
nginx
ngnix之rewrite
cdconf[root@localhostconf]#lsfastcgi.conf koi-win scgi_paramsfastcgi.conf.default
mime.types
泡海椒
·
2016-01-23 16:00
配置 nginx 支持 f4v视频格式播放
Nginx默认不支持f4v视频格式播放,解决方法为编辑
mime.types
文件,在video/mp4加上f4v即可types { # Data interchange application/atom
侠云
·
2016-01-22 10:31
支持
nginx
f4v
Linux
配置 nginx 支持 f4v视频格式播放
Nginx默认不支持f4v视频格式播放,解决方法为编辑
mime.types
文件,在video/mp4加上f4v即可types { # Data interchange application
侠云
·
2016-01-22 10:31
nginx
支持
f4v
nginx负载均衡配置
#设定http服务器,利用它的反向代理功能提供负载均衡支持 http{ #设定mime类型,类型由mime.type文件定义 include/etc/nginx/
mime.types
; default_typeapplication
itlqi
·
2016-01-15 11:00
nginx负载均衡模块
application/nginx/conf/nginx.confworker_processes 1;events{worker_connections 1024;}http{ include
mime.types
swh0706
·
2016-01-12 16:20
server
include
listen
nginx的详细使用说明(中)
1.Include
mime.types
这是nginx加载当前的一个
mime.types
类型打开,可以看到该文件对应的是 这里大致说明下
mime.types
的概念:主要是接收到一个对应后缀的文件后
熊猫88
·
2016-01-04 14:00
nginx 压缩和缓存设置
server{ listen 80; server_name localhost; indexindex.htmindex.html; root /to/path/; include
mime.types
吃草的青蛙
·
2015-12-23 00:46
nginx
压缩和缓存设置
nginx启动
mime.types
报错
iZ28rvl9qn3Znginx]#nginx-t-c/etc/nginx1.8.0.confnginx:[emerg]unexpectedendoffile,expecting";"or"}"in/etc/
mime.types
骆驼大笨笨
·
2015-12-07 17:40
Nginx
nginx 虚拟主机+负载均衡
worker_processes 2;events{ worker_connections 1024;}http{ include
mime.types
; default_type application
LC_李闯
·
2015-12-02 15:51
nginx
负载均衡
虚拟主机
web 离线缓存
在应用程序/xampp/xamppfiles/etc下的
mime.types
添加这一行(应该是最后一行):test/cache-manifestmanifest别忘了重启Apache。
kiscall
·
2015-12-01 17:00
编写脚本实现Zabbix监控Nginx状态
/nginx.conf worker_processes 1; events { worker_connections 1024; } http { include
mime.types
万越天
·
2015-11-28 00:07
nginx
监控
zabbix
编写脚本实现Zabbix监控Nginx状态
/nginx.conf worker_processes 1; events { worker_connections 1024; } http { include
mime.types
万越天
·
2015-11-28 00:07
nginx
监控
zabbix
nginx对压缩,负载均衡,反向代理,缓存参数忧化
默认值从1到9gzip_buffers416k; --以16k为单位,一次申请4个16k大小内存.gzip_typestest/html --压缩哪一类文件,默认只压缩html文件.文件类型在conf/
mime.types
z597011036
·
2015-11-27 15:13
负载均衡
反向代理
nginx对压缩
缓存参数忧化
nginx对压缩,负载均衡,反向代理,缓存参数忧化
默认值从1到9gzip_buffers416k; --以16k为单位,一次申请4个16k大小内存.gzip_typestest/html --压缩哪一类文件,默认只压缩html文件.文件类型在conf/
mime.types
z597011036
·
2015-11-27 15:13
负载均衡
反向代理
缓存参数忧化
nginx对压缩
nginx对压缩,负载均衡,反向代理,缓存参数忧化
.默认值从1到9gzip_buffers416k;--以16k为单位,一次申请4个16k大小内存.gzip_typestest/html--压缩哪一类文件,默认只压缩html文件.文件类型在conf/
mime.types
z597011036
·
2015-11-27 15:13
负载均衡
反向代理
nginx对压缩
Web
nginx 支持apk ipa文件下载的设置方法
如果想下载后缀直接就是apkipa的,可以修改/usr/local/nginx/conf目录下的
mime.types
增加如下配置,重启nginx生效application/vnd.android.package-archiveapk
saindy5828
·
2015-11-21 19:00
apk
nginx
下载
ipa
设置
使用nginx搭建文件下载服务器
nginx.conf配置如下: user root;worker_processes 8; events{ worker_connections 1024;} http{ include
mime.types
junmail
·
2015-11-20 10:00
Build File Server With NodeJS
/mime.js var mime = { //查找文件后缀类型 lookupExtension : function(ext, fallback) { return
mime.TYPES
·
2015-11-13 04:18
nodejs
nginx+tomcat的集群和session复制
1、nginx安装(略) 2、nginx配置负载均衡 http { include
mime.types
·
2015-11-12 12:06
session
使Apache支持对mht文件的Web服务
xid=9077原文如下:------打开conf/
mime.types
文件,找到 message/rfc822 这行,在其后面加入mht。这样conf/
mime.types
文件中
·
2015-11-11 18:06
apache
使Apache支持对mht文件的Web服务
xid=9077原文如下:------打开conf/
mime.types
文件,找到 message/rfc822 这行,在其后面加入mht。这样conf/
mime.types
文件中
·
2015-11-08 11:36
apache
mime导致zabbix web页面css样式不能显示的问题
于是干脆找了一份比较全的
mime.types
文件放到/etc下,重命名为apache_mime.types。然后修改Apache的配置文件修改mime文件路径为/etc/apa
branguo
·
2015-11-02 17:26
css
centos
mime
Liunx
mime导致zabbix web页面css样式不能显示的问题
于是干脆找了一份比较全的
mime.types
文件放到/etc下,重命名为apache_mime.types。然后修改Apache的配置文件修改mime文件路径为/etc/apa
branguo
·
2015-11-02 17:26
css
centos
MIME
zabbix
mime导致zabbix web页面css样式不能显示的问题
于是干脆找了一份比较全的
mime.types
文件放到/etc下,重命名为apache_mime.types。然后修改Apache的配置文件修改mime文件路径为/etc/apa
branguo
·
2015-11-02 17:26
css
centos
MIME
zabbix
mime.types
# This file maps Internet media types to unique file extension(s). # Although created for httpd, this file is used by many software systems # and has been placed in the public domain for unlimited r
·
2015-10-31 18:44
type
Centreon Internet Explorer 不能显示监控条目的修复方法
这个问题是由fedora 16的/etc/
mime.types
文件引起的,centos 6也有相同的问题。
·
2015-10-31 10:20
internet
NGINX 配置
利用它的反向代理功能提供负载均衡支持http {#设定mime类型,类型由mime.type文件定义include /etc/nginx/
mime.types
·
2015-10-31 09:28
nginx
nginx部署python应用
conf/nginx.conf #user nobody;worker_processes 1; events { worker_connections 1024;} http { include
mime.types
·
2015-10-30 13:11
python
Nginx 的 server_names_hash_bucket_size 问题
{ 里头加上 server_names_hash_bucket_size 64; 这么一句 http { server_names_hash_bucket_size 64; include
mime.types
·
2015-10-27 14:51
server
Nginx 如何设置反向代理
http { include
mime.types
; default_type application/octet-st
·
2015-10-27 13:05
nginx
nginx_proxy多虚拟主机解决方案
cat nginx.conf worker_processes 1; events { worker_connections 1024; } http { include
mime.types
chbo_yang
·
2015-10-22 19:14
nginx_proxy
nginx_proxy多虚拟主机解决方案
cat nginx.conf worker_processes 1; events { worker_connections 1024; } http { include
mime.types
chbo_yang
·
2015-10-22 19:14
nginx_proxy
Nginx+Keepalived+Tomcat之动静分离的web集群
###############user nginx nginx;worker_processes 4;events { worker_connections 1024;}http { include
mime.types
·
2015-10-21 12:03
keepalived
Nginx负载均衡器让后端RS记录真实IP
[root@KEEP1conf]#catnginx.confworker_processes 1;events{ worker_connections 1024;}http{ include
mime.types
gaoguodeng
·
2015-10-14 01:25
apache
nginx
作为RS记录真实客户端IP
nginx反向代理之缓存,负载均衡,动静分离的配置详解
配置文件nginx.conf的配置介绍: http { include
mime.types
; default_type application/octet-stream
chicken_GG
·
2015-10-09 00:20
负载均衡
缓存
nginx配置
动静分离
nginx反向代理之缓存,负载均衡,动静分离的配置详解
配置文件nginx.conf的配置介绍: http { include
mime.types
; default_type application/octet-stream
chicken_GG
·
2015-10-09 00:20
负载均衡
缓存
nginx配置
动静分离
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他