Commit 541d590f authored by Fabien Potencier's avatar Fabien Potencier

minor #1521 Update web_servers.rst (progsmile)

This PR was squashed before being merged into the 2.1.x-dev branch (closes #1521).

Discussion
----------

Update web_servers.rst

Reformat code listing

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/silexphp/silex/1521)
<!-- Reviewable:end -->

Commits
-------

6b9319ac Update web_servers.rst
parents 694fe555 6b9319ac
...@@ -41,15 +41,15 @@ Or if you're using a VirtualHost, you can add the same directive to the VirtualH ...@@ -41,15 +41,15 @@ Or if you're using a VirtualHost, you can add the same directive to the VirtualH
.. code-block:: apache .. code-block:: apache
<VirtualHost *:80> <VirtualHost *:80>
# other directives # other directives
<Directory /var/www/domain.com/> <Directory /var/www/domain.com/>
# other directives # other directives
FallbackResource /index.php FallbackResource /index.php
</Directory> </Directory>
</VirtualHost> </VirtualHost>
.. note:: .. note::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment