Ajout de XMPP
This commit is contained in:
12
roles/nginx/templates/vhosts/xmpp.libertus.eu.conf.j2
Normal file
12
roles/nginx/templates/vhosts/xmpp.libertus.eu.conf.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
server {
|
||||
{% include './templates/header.conf.j2' %}
|
||||
client_max_body_size 10M;
|
||||
|
||||
location /http-bind {
|
||||
proxy_pass http://localhost:5280/http-bind;
|
||||
include proxy_params;
|
||||
proxy_buffering off;
|
||||
tcp_nodelay on;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user