mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-21 09:10:15 +00:00
[Web] Fix XMPP site
This commit is contained in:
parent
5809e5b82e
commit
ee87e4ab77
1 changed files with 4 additions and 2 deletions
|
|
@ -180,8 +180,10 @@ function xmpp_rebuild_configs() {
|
|||
server {
|
||||
root /web;
|
||||
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
include /etc/nginx/conf.d/listen_ssl.active;
|
||||
|
||||
ssl_certificate /etc/ssl/mail/cert.pem;
|
||||
ssl_certificate_key /etc/ssl/mail/key.pem;
|
||||
|
||||
server_name *.%s %s;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue