1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Added interlink in the docs

This commit is contained in:
sam
2012-05-18 22:47:17 +02:00
parent a3dcbe9c2b
commit 611570b1d3
47 changed files with 138 additions and 97 deletions

View File

@ -8,8 +8,8 @@ Nginx is a very popular choice to serve a Python project:
- It's lightweight.
- Configuration files are simple.
If you have your own server, it's the best choice. If not, try the easiest
setup, or the Apache setup.
If you have your own server, it's the best choice. If not, try the
:doc:`easiest setup <./easy_install>`, or the :doc:`Apache <./apache_install>` setup.
Nginx doesn't run any Python process, it only serve requests from outside to
the Python server.