Skip to content

Commit c0f630f

Browse files
committed
Add autoconfig.xml
- Reordered some items to make rendered diagram easier to follow.
1 parent 49d405a commit c0f630f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ARCHITECTURE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ graph LR;
1010
acmetool --> certs;
1111
acmetool --> acmetool-redirector;
1212
acmetool-redirector --> certs;
13+
nginx --> /var/www/html;
1314
nginx --> certs;
15+
nginx --> newemail.py;
1416
nginx --> postfix;
17+
nginx --> autoconfig.xml;
1518
nginx --> dovecot;
16-
nginx --> newemail.py;
17-
nginx --> /var/www/html;
19+
autoconfig.xml --> postfix;
20+
autoconfig.xml --> dovecot;
1821
postfix --> certs;
1922
postfix --> vmail;
2023
postfix --> filtermail;

0 commit comments

Comments
 (0)