mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Update the wp-inclues/vars.php file header to include Nginx as a recognized web server.
Props netweb for the initial patch. Props markjaquith. Fixes #26249. git-svn-id: https://develop.svn.wordpress.org/trunk@26931 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5e58643c03
commit
0e6a9edaec
@ -6,8 +6,11 @@
|
||||
* for the browser to set which one is currently being used.
|
||||
*
|
||||
* Detects which user environment WordPress is being used on.
|
||||
* Only attempts to check for Apache and IIS. Two web servers
|
||||
* with known permalink capability.
|
||||
* Only attempts to check for Apache, Nginx and IIS -- three web
|
||||
* servers with known pretty permalink capability.
|
||||
*
|
||||
* Note: Though Nginx is detected, WordPress does not currently
|
||||
* generate rewrite rules for it. See http://codex.wordpress.org/Nginx
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user