Skip to content

Commit

Permalink
fixed log path
Browse files Browse the repository at this point in the history
  • Loading branch information
geek-at committed Mar 25, 2024
1 parent 32f8476 commit b5c27b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/rootfs/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ server {


# logging
access_log /var/www/0xf/logs/web.access.log;
error_log /var/www/0xf/logs/web.error.log warn;
access_log /var/logs/0xf.access.log;
error_log /var/logs/0xf.error.log warn;

location ~ \.php$ {
# 404
Expand Down
2 changes: 1 addition & 1 deletion docker/rootfs/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ _buildConfig > inc/config.inc.php
nohup node tcp_servers/tcp_23.js > /dev/null 2>&1 &
nohup node tcp_servers/tcp_27.js > /dev/null 2>&1 &

tail -f logs/*.log
tail -f /var/logs/0xf/*.log

0 comments on commit b5c27b8

Please sign in to comment.