mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-27 19:57:51 +02:00
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:
@ -1,5 +1,4 @@
|
||||
worker_processes auto;
|
||||
|
||||
daemon off;
|
||||
|
||||
events {
|
||||
@ -12,7 +11,5 @@ http {
|
||||
listen 80;
|
||||
index index.html;
|
||||
root /var/www;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user