Add documentation on how to alias your theme static files
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 27 Jul 2012 13:45:35 +0000 (08:45 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 27 Jul 2012 13:48:25 +0000 (08:48 -0500)
docs/source/siteadmin/deploying.rst

index 788b06d7fa39af6fab7d4e5979c671ca39f111f5..c9a429c73e1c4a8e21af5ca4540b135e0d4054e1 100644 (file)
@@ -283,6 +283,11 @@ this ``nginx.conf`` file should be modeled on the following::
         alias /srv/mediagoblin.example.org/mediagoblin/user_dev/media/public/;
      }
 
+     # Theme static files (usually symlinked in)
+     location /theme_static/ {
+        alias /srv/mediagoblin.example.org/mediagoblin/user_dev/theme_static/;
+     }
+
      # Mounting MediaGoblin itself via FastCGI.
      location / {
         fastcgi_pass 127.0.0.1:26543;