[GH-ISSUE #371] [error] /var/log/nginx/access.log #4639

Closed
opened 2026-03-01 15:34:53 +03:00 by kerem · 5 comments
Owner

Originally created by @manustars on GitHub (May 3, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/371

I have a new installation via docker-compose and I get that error, the suggested link gives me 404. in the paths set on compose there is no log folder.

Originally created by @manustars on GitHub (May 3, 2024). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/371 I have a new installation via docker-compose and I get that error, the suggested link gives me 404. in the paths set on compose there is no log folder.
kerem 2026-03-01 15:34:53 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@0xJacky commented on GitHub (May 3, 2024):

Can you provide the content of docker-compose.yaml, thanks.

<!-- gh-comment-id:2092695904 --> @0xJacky commented on GitHub (May 3, 2024): Can you provide the content of docker-compose.yaml, thanks.
Author
Owner

@0xJacky commented on GitHub (May 3, 2024):

https://nginxui.com/guide/config-nginx.html

<!-- gh-comment-id:2092769395 --> @0xJacky commented on GitHub (May 3, 2024): https://nginxui.com/guide/config-nginx.html
Author
Owner

@manustars commented on GitHub (May 3, 2024):

Can you provide the content of docker-compose.yaml, thanks.

version: '3.3'
services:
nginx-ui:
stdin_open: true
tty: true
container_name: nginx-ui
restart: always
environment:
- TZ=Europe/Rome
volumes:
- '/home/manuel/NGINX/NGINX:/etc/nginx'
- '/home/manuel/NGINX/NGINX-UI:/etc/nginx-ui'
- '/var/www:/var/www'
ports:
- 8080:80
- 8443:443
image: 'uozi/nginx-ui:latest'

<!-- gh-comment-id:2092804302 --> @manustars commented on GitHub (May 3, 2024): > Can you provide the content of docker-compose.yaml, thanks. version: '3.3' services: nginx-ui: stdin_open: true tty: true container_name: nginx-ui restart: always environment: - TZ=Europe/Rome volumes: - '/home/manuel/NGINX/NGINX:/etc/nginx' - '/home/manuel/NGINX/NGINX-UI:/etc/nginx-ui' - '/var/www:/var/www' ports: - 8080:80 - 8443:443 image: 'uozi/nginx-ui:latest'
Author
Owner

@0xJacky commented on GitHub (May 4, 2024):

Hi @manustars, please manually fill the Nginx settings with the values below, and then you can use the log viewer.
image

I will fix this problem later, thanks you for your report.

<!-- gh-comment-id:2094225248 --> @0xJacky commented on GitHub (May 4, 2024): Hi @manustars, please manually fill the Nginx settings with the values below, and then you can use the log viewer. <img width="957" alt="image" src="https://github.com/0xJacky/nginx-ui/assets/13096985/248a256b-712d-43ac-b26d-3c39fe2023d5"> I will fix this problem later, thanks you for your report.
Author
Owner

@0xJacky commented on GitHub (May 4, 2024):

AccessLogPath = /var/log/nginx/access.local.log
ErrorLogPath = /var/log/nginx/error.local.log

<!-- gh-comment-id:2094225416 --> @0xJacky commented on GitHub (May 4, 2024): AccessLogPath = /var/log/nginx/access.local.log ErrorLogPath = /var/log/nginx/error.local.log
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#4639
No description provided.