Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dde system-nuke deletes reverse-proxy config #12

Closed
s4mpl3d opened this issue Jan 24, 2020 · 0 comments
Closed

dde system-nuke deletes reverse-proxy config #12

s4mpl3d opened this issue Jan 24, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@s4mpl3d
Copy link
Member

s4mpl3d commented Jan 24, 2020

dde system-nuke delete's data/reverseproxy/etc/nginx/conf.d/dde.conf and recreates it as a directory on dde system-up.
After this the container is stuck in a reboot-loop until the file is replaced.

$ docker logs -f dde_reverseproxy

nginx.1    | 2020/01/24 12:40:58 [crit] 28#28: pread() "/etc/nginx/conf.d/dde.conf" failed (21: Is a directory)
forego     | starting nginx.1 on port 5200
forego     | sending SIGTERM to nginx.1
forego     | sending SIGTERM to dockergen.1
forego     | starting dockergen.1 on port 5000
forego     | starting nginx.1 on port 5100
nginx.1    | 2020/01/24 12:41:51 [crit] 28#28: pread() "/etc/nginx/conf.d/dde.conf" failed (21: Is a directory)
forego     | starting nginx.1 on port 5200
forego     | sending SIGTERM to nginx.1
forego     | sending SIGTERM to dockergen.1
forego     | starting dockergen.1 on port 5000
forego     | starting nginx.1 on port 5100
nginx.1    | 2020/01/24 12:42:52 [crit] 33#33: pread() "/etc/nginx/conf.d/dde.conf" failed (21: Is a directory)
forego     | starting nginx.1 on port 5200
forego     | sending SIGTERM to nginx.1
forego     | sending SIGTERM to dockergen.1
forego     | starting dockergen.1 on port 5000
forego     | starting nginx.1 on port 5100
nginx.1    | 2020/01/24 12:43:53 [crit] 27#27: pread() "/etc/nginx/conf.d/dde.conf" failed (21: Is a directory)
forego     | starting nginx.1 on port 5200
forego     | sending SIGTERM to nginx.1
forego     | sending SIGTERM to dockergen.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant