emlog.conf 111 Bytes
Newer Older
jose's avatar
jose committed
1 2 3 4 5 6 7
location / {
index index.php index.html;
	if (!-e $request_filename)
	{
		rewrite ^/(.*)$ /index.php last;
	}
}