mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
Fix nginx resolver address
This commit is contained in:
parent
ca39b87ab6
commit
29c6741bba
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Bugfix] Fix nginx resolver address to address container restarts
|
||||
- [Feature] Add `--limit=myplugin` option to `init` commands for limit execution of initialisation to certain services and plugins
|
||||
|
||||
## v3.12.6 (2020-06-01)
|
||||
|
@ -2,7 +2,7 @@
|
||||
server_names_hash_bucket_size 128;
|
||||
|
||||
# Set a short ttl for proxies to allow restarts
|
||||
resolver 127.0.0.1 [::1]:5353 valid=10s;
|
||||
resolver 127.0.0.11 [::1]:5353 valid=10s;
|
||||
|
||||
# Configure logging to include scheme and server name
|
||||
log_format tutor '$remote_addr - $remote_user [$time_local] $scheme://$host "$request" '
|
||||
|
Loading…
Reference in New Issue
Block a user