mirror of
https://github.com/demostf/proxy
synced 2026-06-03 20:14:07 +02:00
access log
This commit is contained in:
parent
f1e5fb5650
commit
fea8c88976
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ server {
|
|||
|
||||
error_page 413 /413.html;
|
||||
|
||||
access_log /logs/${SOURCE}.log;
|
||||
|
||||
location / {
|
||||
proxy_pass http://${TARGET};
|
||||
proxy_set_header Host $host;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue