mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
fix custom php.ini, again
This commit is contained in:
parent
4f6b1fbd9b
commit
cead37fae7
4 changed files with 12 additions and 10 deletions
|
|
@ -227,7 +227,7 @@ haze [match] edit <path>
|
|||
haze [match] reload
|
||||
```
|
||||
|
||||
The php configuration can edit changed with `haze edit /php.ini`
|
||||
The php configuration can edit changed with `haze edit /config/php.ini`
|
||||
|
||||
#### Checkout a branch for all local apps
|
||||
|
||||
|
|
@ -273,10 +273,12 @@ proxy to allow using a wildcard domain.
|
|||
### Setup
|
||||
|
||||
- Set a DNS record for `*.haze.exmaple.com` and `haze.example.com` pointing to
|
||||
`127.0.0.1` or your development machine if you need to access it from other devices.
|
||||
`127.0.0.1` or your development machine if you need to access it from other
|
||||
devices.
|
||||
- Set the `proxy` configuration with your domain and desired listen endpoint.
|
||||
- Set up a service to run `haze proxy` in the background as your own user. A
|
||||
systemd user service is recommended (see [haze.service](./haze.service) for an example).
|
||||
systemd user service is recommended (see [haze.service](./haze.service) for an
|
||||
example).
|
||||
- Configure your reverse proxy of choice to proxy `*.haze.example.com` and
|
||||
`haze.example.com` to the proxy's listen endpoint
|
||||
- (optional) acquire a wildcard ssl certificate for your domain and set your
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue