Changes between Initial Version and Version 1 of Ticket #2625


Ignore:
Timestamp:
04/04/24 14:43:29 (7 weeks ago)
Author:
lkgendev@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2625 – Description

    initial v1  
    44**To reproduce on Redhat 8**
    551. install nginx: sudo yum install nginx
    6 2. start local dns that can read /etc/hosts entries sudo: systemctl start systemd-resolved
     62. start local dns that can read /etc/hosts entries: sudo systemctl start systemd-resolved
    773. modify the nginx configuration file /etc/nginx/nginx.conf
     8
    89  3a. add to the log_format $upstream_addr e.g.
    910
     
    4647tail -20 /var/log/nginx/access.log
    4748...
    48 ::1 - - [04/Apr/2024:15:07:46 +0300] "GET /test1 HTTP/1.1" 502 4020 "-" "curl/7.61.1" "-" "**127.0.0.200**:443"
     49::1 - - [04/Apr/2024:15:17:27 +0300] "GET /test1 HTTP/1.1" 502 4020 "-" "curl/7.61.1" "-" "**127.0.0.200**:443"