mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-16 20:07:06 +03:00
Log host
This commit is contained in:
1
.github/workflows/docker-buildx-latest.yml
vendored
1
.github/workflows/docker-buildx-latest.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: docker-buildx-latest
|
name: docker-buildx-latest
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
log_format proxy '$proxy_protocol_addr - $remote_user [$time_local] "$request" '
|
log_format proxy '$proxy_protocol_addr - $remote_user [$time_local] "$host" "$request" '
|
||||||
'$status $body_bytes_sent "$http_referer" '
|
'$status $body_bytes_sent "$http_referer" '
|
||||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||||
|
|||||||
Reference in New Issue
Block a user