mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #371] [error] /var/log/nginx/access.log #7330
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#7330
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@0xJacky commented on GitHub (May 3, 2024):
Can you provide the content of docker-compose.yaml, thanks.
@0xJacky commented on GitHub (May 3, 2024):
https://nginxui.com/guide/config-nginx.html
@manustars commented on GitHub (May 3, 2024):
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'
@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.

I will fix this problem later, thanks you for your report.
@0xJacky commented on GitHub (May 4, 2024):
AccessLogPath = /var/log/nginx/access.local.log
ErrorLogPath = /var/log/nginx/error.local.log