skinview3d/config/nginx_vhost

10 lines
119 B
Plaintext
Raw Normal View History

2016-01-10 18:28:54 +01:00
server {
listen 80;
root /var/www;
index example.html;
server_name localhost;
sendfile off; #needed for nfs
}