Files
freeplanet_serverside/docs/apache2/ssl_vhost_api.gruppomacro.app.conf
2024-07-23 12:25:10 +02:00

34 lines
1.1 KiB
Plaintext

<VirtualHost 65.108.222.97:443>
ServerName api.gruppomacro.app
ServerAlias www.api.gruppomacro.app
ServerAdmin surya@riso.app
SSLEngine On
SSLProtocol -ALL +TLSv1.2 +TLSv1.3
SSLCompression Off
SSLHonorCipherOrder off
SSLCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:E>
SSLVerifyDepth 10
SSLCertificateFile /etc/letsencrypt/live/gruppomacro.app/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/gruppomacro.app/privkey.pem
ProxyPreserveHost On
SSLProxyEngine On
SSLProxyVerify None
SSLProxyCheckPeerCN Off
SSLProxyCheckPeerName Off
ProxyPass / https://localhost:3010/ retry=0 timeout=5 connectiontimeout=2
ProxyPassReverse / https://localhost:3010/
ProxyTimeout 5
LogLevel debug proxy:trace5
ErrorLog "/var/customers/logs/paolouser-error.log"
CustomLog "/var/customers/logs/paolouser-access.log" combined
<Location />
ProxyPassReverse /
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
</Location>
</VirtualHost>