Fixed headlines in docs
This commit is contained in:
parent
d4a9dd2493
commit
4692999337
51 changed files with 119 additions and 119 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue