Fixed headlines in docs

This commit is contained in:
Dmitry Khomutov 2017-01-04 19:22:20 +07:00
commit 4692999337
51 changed files with 119 additions and 119 deletions

View file

@ -1,12 +1,12 @@
Adding a Virtual Host
---------------------
=====================
In order to access the PHP Censor web interface, you need to set up a virtual host in your web server.
Below are a few examples of how to do this for various different web servers.
Nginx Example
=============
-------------
```
server {
@ -29,7 +29,7 @@ server {
```
Apache Example
==============
--------------
For Apache, you can use a standard virtual host, as long as your server supports PHP. All you need to do is add the following to a `.htaccess` file in your PHP Censor `/public` directory.
@ -66,7 +66,7 @@ For Apache, you can use a standard virtual host, as long as your server supports
```
Built-in PHP Server Example
===========================
---------------------------
You can use the built-in PHP server `php -S localhost:8080` by adding `public/routing.php`.