File: examples/nginx/nginx.conf

Recommend this page to a friend!
  Classes of Dom Hastings   JS Webdav Client   examples/nginx/nginx.conf   Download  
File: examples/nginx/nginx.conf
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Webdav Client
Access files of a Webdav server
Author: By
Last change:
Date: 6 months ago
Size: 206 bytes
 

Contents

Class file image Download
user daemon daemon; worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; include /etc/nginx/conf.d/*; }