Page Menu
Home
GitPull.it
Search
Configure Global Search
Log In
Paste
P31
asd
Active
Public
Actions
Authored by
valerio.bozzolan
on Sep 21 2024, 02:53.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F2389611: asd
Sep 21 2024, 02:53
2024-09-21 02:53:59 (UTC+2)
Subscribers
None
<virtualhost *:443>
ServerName ai.succhia.cz
<Proxy "balancer://myclusterhantani">
BalancerMember "http://ai.kowa.localhost:4322/" loadfactor=90 failover_threshold=3 timeout_detector_interval=1s
BalancerMember "http://ai.bozz.localhost:4321/" loadfactor=10
</Proxy>
ProxyTimeout 10
<Location />
ProxyPass balancer://myclusterhantani/
ProxyPassReverse balancer://myclusterhantani/
</Location>
<IfFile /etc/letsencrypt/live/ai.succhia.cz/cert.pem>
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/ai.succhia.cz/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/ai.succhia.cz/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/ai.succhia.cz/chain.pem
</IfFile>
# harden SSL
Header set Strict-Transport-Security max-age=31536000
</virtualhost>
<VirtualHost *:80>
ServerName ai.succhia.cz
Include /etc/apache2/my-includes/redirect-to-https.conf
</VirtualHost>
Event Timeline
valerio.bozzolan
created this paste.
Sep 21 2024, 02:53
2024-09-21 02:53:59 (UTC+2)
Log In to Comment