mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Merge branch 'master' into codeception-test-adjustments
Conflicts: .travis.yml
This commit is contained in:
@ -103,7 +103,9 @@ Configuring Web Servers <a name="configuring-web-servers"></a>
|
||||
|
||||
The application installed according to the above instructions should work out of box with either
|
||||
an [Apache HTTP server](http://httpd.apache.org/) or an [Nginx HTTP server](http://nginx.org/), on
|
||||
Windows, Mac OS X, or Linux.
|
||||
Windows, Mac OS X, or Linux running PHP 5.4 or higher. Yii 2.0 is also compatible the facebooks
|
||||
[HHVM](http://hhvm.com/) however there are some edge cases where HHVM behaves different than native
|
||||
PHP so you have to take some extra care when using HHVM.
|
||||
|
||||
On a production server, you may want to configure your Web server so that the application can be accessed
|
||||
via the URL `http://www.example.com/index.php` instead of `http://www.example.com/basic/web/index.php`. Such configuration
|
||||
|
||||
Reference in New Issue
Block a user