This commit is contained in:
Andreas Stephanides
2017-06-27 08:03:06 +02:00
parent 4b170509a2
commit 9659e697b4
3 changed files with 49 additions and 3 deletions

View File

@@ -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