Skip to content

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofonseca committed Nov 21, 2011
1 parent 615bb9b commit bb5c19e
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 13 deletions.
16 changes: 12 additions & 4 deletions docs/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,18 @@ Rules to reverse proxy some requests::
Allow from all
</Proxy>

ProxyPassMatch ^/id/(.*)$ http://admin.books.scielo.org/id/$1
ProxyPassMatch ^/static/(.*)$ http://admin.books.scielo.org/static/$1
ProxyPassMatch ^/deform_static/(.*)$ http://admin.books.scielo.org/deform_static/$1
ProxyPassMatch ^/setlang/$ http://admin.books.scielo.org/
ProxyPassMatch ^/staff/(.*)$ http://homolog.backoffice.books.scielo.org/staff/$1
ProxyPassMatch ^/id/(.*)$ http://homolog.backoffice.books.scielo.org/id/$1
ProxyPassMatch ^/static/(.*)$ http://homolog.backoffice.books.scielo.org/static/$1
ProxyPassMatch ^/deform_static/(.*)$ http://homolog.backoffice.books.scielo.org/deform_static/$1
ProxyPassMatch ^/setlang/$ http://homolog.backoffice.books.scielo.org/
ProxyPassMatch ^/login(.*)$ http://homolog.backoffice.books.scielo.org/login$1
ProxyPassMatch ^/logout(.*)$ http://homolog.backoffice.books.scielo.org/logout$1

ProxyPass /admin http://homolog.backoffice.books.scielo.org/login

ProxyPassReverse /admin http://homolog.backoffice.books.scielo.org/login
ProxyPassReverse /staff http://homolog.backoffice.books.scielo.org/staff


Troubleshooting
Expand Down
Binary file modified docs/_build/doctrees/README.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
16 changes: 12 additions & 4 deletions docs/_build/html/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,18 @@ <h2>WordPress Integration<a class="headerlink" href="#wordpress-integration" tit
Allow from all
&lt;/Proxy&gt;

ProxyPassMatch ^/id/(.*)$ http://admin.books.scielo.org/id/$1
ProxyPassMatch ^/static/(.*)$ http://admin.books.scielo.org/static/$1
ProxyPassMatch ^/deform_static/(.*)$ http://admin.books.scielo.org/deform_static/$1
ProxyPassMatch ^/setlang/$ http://admin.books.scielo.org/</pre>
ProxyPassMatch ^/staff/(.*)$ http://homolog.backoffice.books.scielo.org/staff/$1
ProxyPassMatch ^/id/(.*)$ http://homolog.backoffice.books.scielo.org/id/$1
ProxyPassMatch ^/static/(.*)$ http://homolog.backoffice.books.scielo.org/static/$1
ProxyPassMatch ^/deform_static/(.*)$ http://homolog.backoffice.books.scielo.org/deform_static/$1
ProxyPassMatch ^/setlang/$ http://homolog.backoffice.books.scielo.org/
ProxyPassMatch ^/login(.*)$ http://homolog.backoffice.books.scielo.org/login$1
ProxyPassMatch ^/logout(.*)$ http://homolog.backoffice.books.scielo.org/logout$1

ProxyPass /admin http://homolog.backoffice.books.scielo.org/login

ProxyPassReverse /admin http://homolog.backoffice.books.scielo.org/login
ProxyPassReverse /staff http://homolog.backoffice.books.scielo.org/staff</pre>
</div>
</div>
<div class="section" id="troubleshooting">
Expand Down
16 changes: 12 additions & 4 deletions docs/_build/html/_sources/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,18 @@ Rules to reverse proxy some requests::
Allow from all
</Proxy>

ProxyPassMatch ^/id/(.*)$ http://admin.books.scielo.org/id/$1
ProxyPassMatch ^/static/(.*)$ http://admin.books.scielo.org/static/$1
ProxyPassMatch ^/deform_static/(.*)$ http://admin.books.scielo.org/deform_static/$1
ProxyPassMatch ^/setlang/$ http://admin.books.scielo.org/
ProxyPassMatch ^/staff/(.*)$ http://homolog.backoffice.books.scielo.org/staff/$1
ProxyPassMatch ^/id/(.*)$ http://homolog.backoffice.books.scielo.org/id/$1
ProxyPassMatch ^/static/(.*)$ http://homolog.backoffice.books.scielo.org/static/$1
ProxyPassMatch ^/deform_static/(.*)$ http://homolog.backoffice.books.scielo.org/deform_static/$1
ProxyPassMatch ^/setlang/$ http://homolog.backoffice.books.scielo.org/
ProxyPassMatch ^/login(.*)$ http://homolog.backoffice.books.scielo.org/login$1
ProxyPassMatch ^/logout(.*)$ http://homolog.backoffice.books.scielo.org/logout$1

ProxyPass /admin http://homolog.backoffice.books.scielo.org/login

ProxyPassReverse /admin http://homolog.backoffice.books.scielo.org/login
ProxyPassReverse /staff http://homolog.backoffice.books.scielo.org/staff


Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb5c19e

Please sign in to comment.