mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Simplified RoadRunner worker, and fixed RoadRunner reloading config
This commit is contained in:
@@ -46,8 +46,8 @@ reload:
|
||||
patterns: ['.php', '.yml', '.yaml']
|
||||
services:
|
||||
http:
|
||||
dirs: ['../..']
|
||||
dirs: ['../../bin', '../../config', '../../data/migrations', '../../docker', '../../module', '../../vendor']
|
||||
recursive: true
|
||||
jobs:
|
||||
dirs: ['../..']
|
||||
dirs: ['../../bin', '../../config', '../../data/migrations', '../../docker', '../../module', '../../vendor']
|
||||
recursive: true
|
||||
|
||||
Reference in New Issue
Block a user