1
0
Fork 0
mirror of https://github.com/demostf/proxy synced 2026-06-03 12:04:07 +02:00

access log

This commit is contained in:
Robin Appelman 2022-02-05 20:11:49 +01:00
commit fea8c88976

View file

@ -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;