Ajout de XMPP
This commit is contained in:
0
roles/nginx/templates/vhosts/libertus.eu.conf.j2
Normal file
0
roles/nginx/templates/vhosts/libertus.eu.conf.j2
Normal file
10
roles/nginx/templates/vhosts/upload.libertus.eu.conf.j2
Normal file
10
roles/nginx/templates/vhosts/upload.libertus.eu.conf.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
{% include './templates/header.conf.j2' %}
|
||||
client_max_body_size 10M;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:5280;
|
||||
include proxy_params;
|
||||
}
|
||||
}
|
||||
|
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