mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-10 14:39:37 +02:00
Adds doc for HAproxy
This commit is contained in:
18
examples/haproxy/nginx.conf
Normal file
18
examples/haproxy/nginx.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
worker_processes auto;
|
||||
|
||||
daemon off;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
server_tokens off;
|
||||
server {
|
||||
listen 80;
|
||||
index index.html;
|
||||
root /var/www;
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user