Made server variant of HTTP strings a superset of the client variant again.
This commit is contained in:
parent
47bf797864
commit
3e33a4d355
3 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
http_http "http://"
|
||||
http_https "https://"
|
||||
http_200 "200 "
|
||||
http_301 "301 "
|
||||
http_302 "302 "
|
||||
|
@ -32,4 +33,4 @@ http_gif ".gif"
|
|||
http_jpg ".jpg"
|
||||
http_text ".text"
|
||||
http_txt ".txt"
|
||||
|
||||
http_redirect "<body>Redirect to "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue