mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-30 16:50:06 +02:00
Adding section on Servers and Deployment
Subsections are currently stubbed out. Need to add tutorials on setting up nginx and php-fpm as well as some general best practices for deployment (especially on shared hosts).
This commit is contained in:
@@ -26,6 +26,9 @@ layout: default
|
||||
{% capture testing_content %}{% include testing.md %}{% endcapture %}
|
||||
{{ testing_content|markdownify }}
|
||||
|
||||
{% capture servers_and_deployment_content %}{% include servers-and-deployment.md %}{% endcapture %}
|
||||
{{ servers_and_deployment_content|markdownify }}
|
||||
|
||||
{% capture frameworks_content %}{% include libraries-and-frameworks.md %}{% endcapture %}
|
||||
{{ frameworks_content|markdownify }}
|
||||
|
||||
|
Reference in New Issue
Block a user