Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

586
Views
iframe using nginx reverse proxy

i am trying to iframe amazon.com but it refuses to connect even after reverse proxy using nginx.

server {
       listen 443;

       server_name www.amazon.com amazon.com;

       root /var/www/example.com;
       index index.html;

       location / {
                   proxy_pass  http://140.82.3.69;
    proxy_set_header Host http://140.82.3.69;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;
    proxy_hide_header 'x-frame-options';
    proxy_set_header x-frame-options allowall;
       }
}

i am using this type of configs.

here is test url: http://140.82.3.69/

i am facing issue it's still refused to connect as it shows on regular hosting.

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!