elisescu / tty-proxy

The proxy used by the tty-share command for public facing sessions
https://tty-share.com/
MIT License
48 stars 14 forks source link

nginx proxy_log_format #4

Closed pmav99 closed 2 years ago

pmav99 commented 3 years ago

In the nginx snippet the proxy_log_format is used. Would you mind sharing that one too?

Thanks for your great work :)

elisescu commented 3 years ago

Sure, here it is:

log_format proxy_log_format '[$time_local] $remote_addr - $remote_user - $server_name  to: $upstream_addr: $request upstream_response_time $upstream_response_time msec $msec request_time $request_time';

I will also add it to the nginx snippet in the repo :)