Changes

Jump to navigation Jump to search
244 bytes added ,  17:45, 15 August 2016
m
Line 193: Line 193:     
A custom template is required to load the proxy_wstunnel module by default and in the correct order:
 
A custom template is required to load the proxy_wstunnel module by default and in the correct order:
  TBA
+
  mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
 
+
nano -w /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/20LoadModule60
 +
and paste the following content and save:
 +
{
 +
    $OUT .= load_modules(qw(
 +
    proxy_wstunnel
 +
    ));
 +
}
 
Then expand httpd.conf and restart Apache:
 
Then expand httpd.conf and restart Apache:
 
  expand-template /etc/httpd/conf/httpd.conf
 
  expand-template /etc/httpd/conf/httpd.conf

Navigation menu