See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| version: "3" | |
| networks: | |
| kong-net: | |
| driver: bridge | |
| services: | |
| ####################################### | |
| # Postgres: The database used by Kong |
| server { | |
| listen 80; | |
| server_name _; | |
| root /var/www/html; | |
| index index.php; | |
| set $skip_cache 0; | |
| # POST requests and urls with a query string should always go to PHP |