Apache Proxy Einstellungen angepasst
This commit is contained in:
parent
8e595678e3
commit
2c41b86a12
@ -169,6 +169,13 @@ Wir nutzen den Apache-Webserver mit folgenden Einstellungen (Servernamen als Bei
|
|||||||
|
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
|
# wenn das LetsEncrypt Zertifikat per webroot Plugin erneuert wird,
|
||||||
|
# muss der entsprechende Ort vom Proxy ausgenommen werden
|
||||||
|
<Location "/.well-known/acme-challenge">
|
||||||
|
ProxyPass "!"
|
||||||
|
</Location>
|
||||||
|
|
||||||
|
|
||||||
CustomLog /var/log/apache2/video.domain.tld.log combined
|
CustomLog /var/log/apache2/video.domain.tld.log combined
|
||||||
ErrorLog /var/log/apache2/video.domain.tld.error.log
|
ErrorLog /var/log/apache2/video.domain.tld.error.log
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user