This website requires JavaScript.
Explore
Help
Sign in
Benzine
/
Docker-PHP
Watch
1
Star
0
Fork
You've already forked Docker-PHP
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
d1d5688223
Docker-PHP
/
php
/
nginx
/
nginx.runit
4 lines
37 B
Text
Raw
Normal View
History
Unescape
Escape
Rejig nginx & php-fpm runits
2019-11-09 00:13:01 +00:00
#!/usr/bin/env bash
Change how logs are written to the terminal. Turns out, due to the way AUFS works, you have to wait until the files have been touched (and the inode updated) before you tail something, otherwise it locks to an inode of a the file in the image, rather than the updated file in the unpacked filesystem. Causing nothing to be shown.
2019-06-24 14:23:17 +00:00
/usr/sbin/nginx
Reference in a new issue
Copy permalink