aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/20_packager/templates/usr_local_etc_nginx_nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/jails/20_packager/templates/usr_local_etc_nginx_nginx.conf')
-rw-r--r--roles/jails/20_packager/templates/usr_local_etc_nginx_nginx.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/roles/jails/20_packager/templates/usr_local_etc_nginx_nginx.conf b/roles/jails/20_packager/templates/usr_local_etc_nginx_nginx.conf
deleted file mode 100644
index 0d140ef..0000000
--- a/roles/jails/20_packager/templates/usr_local_etc_nginx_nginx.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-worker_processes 1;
-
-events {
- worker_connections 1024;
-}
-
-http {
- include mime.types;
- default_type application/octet-stream;
- sendfile on;
-
- server {
- listen 80;
- server_name _;
- root /usr/local/packages;
- autoindex on;
- }
-}