Difference between revisions of "Cssproxy"
From Dreamwidth Notes
(→Enabling cssproxy:) |
Foxfirefey (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
== Enabling cssproxy: == | == Enabling cssproxy: == | ||
Line 12: | Line 11: | ||
(thanks to <ljuser>exor674</ljuser> for walking me through this!) | (thanks to <ljuser>exor674</ljuser> for walking me through this!) | ||
+ | |||
+ | [[Category: Dreamwidth Installation]] |
Revision as of 17:58, 16 September 2008
Enabling cssproxy:
To enable the cssproxy as a subdomain:
- Make sure your DNS settings are correct. If you're not sure, check out the "DNS Management" section of Subdomain setup.
- Edit the following in ljconfig.pl
- 'cssproxy' => 'cssproxy', in %SUBDOMAIN_FUNCTION
- $LJ::CSSPROXY = "http://cssproxy.$DOMAIN/";, and that LJ:: is probably redundant
You should also be able to enable cssproxy without using a subdomain, but no instructions for that yet.
(thanks to exor674 for walking me through this!)