mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-15 05:14:47 +00:00
sync with previous repo
This commit is contained in:
15
examples/haproxy/nginx.conf
Normal file
15
examples/haproxy/nginx.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
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