Ajout de XMPP
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user