worker_processes 4;
events {
worker_connections 1024;
}
http {
server {
listen 80;
root /usr/bin/cre;
include /etc/nginx/mime.types;