Fix log mount of nginx-proxy

Open
#59 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
nginx

Research direction

Locate the nginx-proxy service configuration that defines the log paths and inspect how /opt/easyengine/services/nginx-proxy/logs/ is mounted. Verify the access.log and error.log targets, then confirm that both logs are mounted to the intended host locations instead of /dev/stdout and /dev/stderr.

Written by the indexing model from the issue text.

Description

access and error logs of nginx-proxy point to /dev/stdout and /dev/stderr.

l /opt/easyengine/services/nginx-proxy/logs/
total 8.0K
drwxr-xr-x 2 root root 4.0K Jan  2 03:58 .
drwxr-xr-x 3 root root 4.0K Jan  2 03:58 ..
lrwxrwxrwx 1 root root   11 Nov  7 00:27 access.log -> /dev/stdout
lrwxrwxrwx 1 root root   11 Nov  7 00:27 error.log -> /dev/stderr

We need to mount them correctly.

Dominant language
PHP
Stars
3
Forks
6
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from EasyEngine/service-command

All issues in EasyEngine/service-command

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.