Skip to content

Instantly share code, notes, and snippets.

server {
listen 80;
charset utf-8;
server_name portal.dev;
access_log /home/korolev/www/logs/portal.dev.access.log main;
index index.php index.html index.htm;