Remove dates from post filenames
This commit is contained in:
parent
755db43747
commit
81597404c5
109 changed files with 110 additions and 11 deletions
24
source/_posts/php-apps-subdirectory-nginx.md
Normal file
24
source/_posts/php-apps-subdirectory-nginx.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: How to put your PHP application in a subdirectory of another site with Nginx
|
||||
date: '2018-03-12'
|
||||
slug: php-apps-subdirectory-nginx
|
||||
tags:
|
||||
- nginx
|
||||
- php
|
||||
---
|
||||
{% block excerpt %}
|
||||
In January, [Chris Fidao][0] posted a video to [Servers for Hackers][1] showing how to put different PHP applications in different subdirectories and have them serving on different paths with Nginx. I’ve had to do this a few times previously, and it’s great to have this video as a reference.
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
> In this video, we work through how to put your PHP application in a subdirectory of another site.
|
||||
>
|
||||
> For example, we may have an application running at example.org but need a second application running at example.org/blog.
|
||||
>
|
||||
> This feels like it should be simple, but it turns out to be more complex and fraught with confusing Nginx configurations! To make matter worse (or, perhaps, to illustrate this point), a quick Google search reveals a TON of confusing, non-working examples.
|
||||
|
||||
<https://serversforhackers.com/c/nginx-php-in-subdirectory>
|
||||
{% endblock %}
|
||||
|
||||
[0]: https://twitter.com/fideloper
|
||||
[1]: https://serversforhackers.com
|
Loading…
Add table
Add a link
Reference in a new issue