Skip to content

Commit

Permalink
Added docs - "Variable mapping for Docksal"
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Oct 10, 2018
1 parent 06427b4 commit 729c166
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,19 @@ The following container environment variables can be used to enabled various log
`STATS_LOG` - Set to `1` to enable project stats logging.

Check logs with `docker logs docksal-vhost-proxy`.


## Variable mapping for Docksal

When using this image with Docksal (99% of cases), settings for `vhost-proxy` are set via `$HOME/.docksal/docksal.env`.

The following variable mappings should be applied:

| Configuration variable | Variable in `$HOME/.docksal/docksal.env` |
| ----------------------------- | ---------------------------------------- |
| `ACCESS_LOG` | `DOCKSAL_VHOST_PROXY_ACCESS_LOG` |
| `DEBUG_LOG` | `DOCKSAL_VHOST_PROXY_DEBUG_LOG` |
| `STATS_LOG` | `DOCKSAL_VHOST_PROXY_STATS_LOG` |
| `PROJECT_INACTIVITY_TIMEOUT` | `PROJECT_INACTIVITY_TIMEOUT` |
| `PROJECT_DANGLING_TIMEOUT` | `PROJECT_DANGLING_TIMEOUT` |
| `DEFAULT_CERT` | `DOCKSAL_VHOST_PROXY_DEFAULT_CERT` |

0 comments on commit 729c166

Please sign in to comment.