Addresses comments in PR. Fixes typo in docker-compose. Changes mount of static files to RO. Adds example and brief explaination for haproxy certificates. Fixes whitespaces in nginx.conf

This commit is contained in:
muccid
2019-08-26 09:04:47 +03:00
parent 7f0b52e9e1
commit 2793e24b5b
4 changed files with 6 additions and 7 deletions

View File

@ -1,5 +1,4 @@
worker_processes auto;
daemon off;
events {
@ -12,7 +11,5 @@ http {
listen 80;
index index.html;
root /var/www;
}
}
}