docs

Various Yii 3.0 related documentation

View the Project on GitHub yiisoft/docs

Configuring web servers: General

On a production server, if you don’t use Docker, configure your web server to serve only the application’s public files. Point the document root of your web server to the app/public folder.

[!IMPORTANT] If you’re running your Yii application behind a reverse proxy, you might need to configure Trusted proxies and headers.

Specific server configurations