Skip to content

Instantly share code, notes, and snippets.

@jysperm
Last active December 22, 2015 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jysperm/6479965 to your computer and use it in GitHub Desktop.
Save jysperm/6479965 to your computer and use it in GitHub Desktop.

加连字符的表示延后实现

Core

  • error_log
  • include

HttpCore

  • alias
  • -default_type
  • error_page
  • listen
  • location
  • root
  • server_name
  • try_files

HttpAccess

  • allow
  • deny

HttpBasicAuth

  • auth_basic
  • auth_basic_user_file

HttpAutoindex

  • autoindex

HttpIndex

  • index

HttpLog

  • access_log
  • log_format

HttpProxy

  • proxy_hide_header
  • proxy_pass
  • proxy_redirect
  • proxy_set_header

HttpSSL

  • ssl
  • ssl_certificate
  • ssl_certificate_key

HttpRewrite

  • break
  • if
  • return
  • rewrite
  • -rewrite_log
  • set

HttpSub

  • -sub_filter
  • -sub_filter_once
  • -sub_filter_types

HttpCharset

  • -charset

HttpFastcgi

  • fastcgi_index
  • fastcgi_param
  • fastcgi_pass

HttpHeader

  • -add_header
  • expires
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment