18 lines
598 B
Markdown
18 lines
598 B
Markdown
# Basic website with PHP
|
|
|
|
This is a basic example for a typical PHP website/app.
|
|
|
|
## Architecture
|
|
|
|
<img src="https://github.com/bunkerity/bunkerized-nginx/blob/dev/examples/basic-website-with-php/architecture.png?raw=true" />
|
|
|
|
## Docker
|
|
|
|
See [docker-compose.yml](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/basic-website-with-php/docker-compose.yml).
|
|
|
|
## Linux
|
|
|
|
Please note that you need to install and configure a php-fpm instance on your server.
|
|
|
|
See [variables.env](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/basic-website-with-php/variables.env).
|