doku2
This commit is contained in:
@@ -17,9 +17,6 @@ Eingerichtete Portweiterleitungen:
|
||||
<pre>
|
||||
:80 -> 192.168.95.10(triton):80
|
||||
:443 -> 192.168.95.10(triton):443
|
||||
:223 -> 192.168.95.10(triton):22
|
||||
:224 -> 192.168.95.1
|
||||
:225
|
||||
</pre>
|
||||
Wenn die gleiche Funktionalität ohne Firewall erreicht werden soll,
|
||||
|
||||
@@ -27,4 +24,16 @@ Wenn die gleiche Funktionalität ohne Firewall erreicht werden soll,
|
||||
##Proxy - Triton
|
||||
Diese VM ist die Schnittstelle nach außen. Zentral ist hier die eingerichtete NGINX Konfiguration.
|
||||
|
||||
|
||||
Zertifikate:
|
||||
nginx:
|
||||
sowohl für 80 als auch 443 für alle verfügbaren Domains
|
||||
<pre>
|
||||
root /srv/pxy/####;
|
||||
location /.well-known {
|
||||
allow all;
|
||||
}
|
||||
</pre>
|
||||
<pre>
|
||||
/srv/cerbot-auto certonly --webroot -w /srv/pxy/####
|
||||
##Triton-AMP
|
||||
|
||||
Reference in New Issue
Block a user