This is my binding setting
Binding {
BindingId = Bind1
Port = 4434
Interface = 0.0.0.0
MaxKeepAlive = 100
SSLcertFile = /usr/local/etc/hiawatha/serverkey.pem
MaxRequestSize = 100000
MaxUploadSize = 550
}
Binding {
BindingId = Bind2
Port = 443
Interface = 0.0.0.0
MaxKeepAlive = 100
SSLcertFile = /usr/local/etc/hiawatha/dev.pem
MaxRequestSize = 100000
MaxUploadSize = 550
}
Binding {
BindingId = Bind3
Port = 80
Interface = 0.0.0.0
MaxKeepAlive = 100
MaxRequestSize = 100000
MaxUploadSize = 550
}
and this is virtual host setting
VirtualHost {
RequiredBinding = Bind1
Hostname = web1.com
WebsiteRoot = /var/tmp
ReverseProxy ^/.* https://1.2.3.4:4433/ 3600
TLScertFile = /usr/local/etc/hiawatha/web1.pem
PreventSQLi = yes
PreventXSS = yes
PreventCSRF = no
}
VirtualHost {
RequiredBinding = Bind2
Hostname = web2.com
WebsiteRoot = /var/tmp
ReverseProxy ^/.* https://1.2.3.4:443/ 3600
TLScertFile = /usr/local/etc/hiawatha/web2.pem
PreventSQLi = yes
PreventXSS = yes
PreventCSRF = no
}
VirtualHost {
RequiredBinding = Bind3
Hostname = web3.com
WebsiteRoot = /var/tmp
ReverseProxy ^/.* http://1.2.3.4:80/ 3600
PreventSQLi = yes
PreventXSS = yes
PreventCSRF = no
}
in this case website css design are not loading