Files
php-the-right-way/_posts/12-01-01-Servers-and-Deployment.md
Martin Hujer e4fa12422c Fix headers capitalization
If the title is not explicitly stated, it is generated from the filename.
It does not work fine for: "and", "or", "the" which should not be capitalized.
2016-10-19 10:31:16 +02:00

9 lines
217 B
Markdown

---
title: Servers and Deployment
anchor: servers_and_deployment
---
# Servers and Deployment {#servers_and_deployment_title}
PHP applications can be deployed and run on production web servers in a number of ways.