diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-07-27 09:02:07 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-07-27 09:02:07 -0500 |
commit | cd1abb1172462488c47730d95e4484ea642bb3ba (patch) | |
tree | beef4fcf3f0f81ed64b9c88ae8392bda779d3c85 /docs/source/siteadmin/deploying.rst | |
parent | 8d051cc0854c1a82d6f12251295ee44d0d463713 (diff) | |
download | mediagoblin-cd1abb1172462488c47730d95e4484ea642bb3ba.tar.lz mediagoblin-cd1abb1172462488c47730d95e4484ea642bb3ba.tar.xz mediagoblin-cd1abb1172462488c47730d95e4484ea642bb3ba.zip |
Reference the new theme aliasing nginx stuff in the theming documentation
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index c9a429c7..de928c82 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -222,6 +222,8 @@ test the deployment with the following command:: You should be able to connect to the machine on port 6543 in your browser to confirm that the service is operable. +.. _webserver-config: + Connect the Webserver to MediaGoblin with FastCGI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |