Update u_e-webmail-site.md
Dieser Commit ist enthalten in:
Ursprung
f72e7a1788
Commit
68e5f5ea6c
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
|
@ -1,6 +1,7 @@
|
||||||
To create a subdomain `webmail.example.org` and redirect it to SOGo, you need to create a new Nginx site. Take care of "CHANGE_TO_MAILCOW_HOSTNAME"!
|
To create a subdomain `webmail.example.org` and redirect it to SOGo, you need to create a **new** Nginx site. Take care of "CHANGE_TO_MAILCOW_HOSTNAME"!
|
||||||
|
|
||||||
**nano data/conf/nginx/webmail.conf**
|
**nano data/conf/nginx/webmail.conf**
|
||||||
|
|
||||||
``` hl_lines="9 17"
|
``` hl_lines="9 17"
|
||||||
server {
|
server {
|
||||||
ssl_certificate /etc/ssl/mail/cert.pem;
|
ssl_certificate /etc/ssl/mail/cert.pem;
|
||||||
|
|
Laden …
In neuem Issue referenzieren