alfg / alfg/docker-nginx-vod-module
`envsubst ` distroy the log_format
Aperta
- Lingua principale
- Python
- Stelle
- 37
- Fork
- 21
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
after substitute, the `log_format` become unusable:
before:
```
log_format main '$remote_addr $remote_user [$time_local] "$request" '
'$status "$http_referer" "$http_user_agent"';
```
after
```
log_format main ' [] "" '
' "" ""';
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.