Skip to content

Instantly share code, notes, and snippets.

View esvit's full-sized avatar
🤖
coding...

Vitalii Savchuk esvit

🤖
coding...
View GitHub Profile
@esvit
esvit / nginx.conf
Created November 6, 2013 18:11 — forked from Stanback/nginx.conf
server {
listen 80;
listen [::]:80;
server_name yourserver.com;
root /path/to/your/htdocs;
error_page 404 /404.html
index index.html;