Skip to content

Instantly share code, notes, and snippets.

@MrAkaki
MrAkaki / apache-thingsboard.conf
Last active January 24, 2022 09:56
Apache proxy ssl thingsboard
<VirtualHost *:443>
ServerAdmin "EMAIL ADMIN"
DocumentRoot /var/www/html
ServerName "SERVERNAME"
ProxyRequests off
ProxyPreserveHost On
#Redireccion de wss a ws
RewriteEngine on
RewriteCond %{HTTP:Upgrade} websocket [NC]