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;



nginx 引入外部文件:

jrhwpt01:/etc/nginx# ls -ltr mime.types*
-rw-r--r-- 1 root root 3957 Mar 21  2015 mime.types.default
-rw-r--r-- 1 root root 3957 Mar 21  2015 mime.types

相关文章:

  • 2021-03-30
  • 2022-01-30
  • 2021-08-06
  • 2021-05-23
  • 2022-12-23
  • 2021-09-29
  • 2021-12-03
  • 2021-11-17
猜你喜欢
  • 2022-02-08
  • 2021-09-04
  • 2021-08-10
  • 2022-12-23
  • 2021-11-21
  • 2022-01-05
  • 2021-10-06
相关资源
相似解决方案