Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Kison
Kison / nginx.conf
Created April 7, 2016 21:32
Nginnx config for Yii 2 Advanced App Template (subdomains)
# frontend
server {
listen 80;
server_name yii2.lo;
server_tokens off;
client_max_body_size 128M;
charset utf-8;
access_log /var/log/nginx/yii2-access.log main buffer=50k;