Current Path : /var/lib/letsencrypt/backups/1718876206.0592186/ |
Current File : //var/lib/letsencrypt/backups/1718876206.0592186/b2b.conf_26 |
server { listen 443; server_name b2b.klimatlend.ua; access_log /var/log/nginx/b2b-access.log; error_log /var/log/nginx/b2b-error.log; location / { proxy_pass http://localhost:9090/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } }