Cssproxy
From Dreamwidth Notes
Revision as of 19:10, 17 September 2008 by Foxfirefey (Talk | contribs)
Enabling cssproxy
As a subdomain
To enable the cssproxy as a subdomain, first make sure your DNS settings are correct. You will need a wildcard subdomain record. If you're not sure about what this is, check out the "DNS Management" section of Subdomain setup.
Then, you will need to add the following to etc/ljconfig.pl
:
$CSSPROXY = "http://cssproxy.$DOMAIN/"; %SUBDOMAIN_FUNCTION = ( 'cssproxy' => 'cssproxy' );
Without a subdomain
No instructions yet.