Adaptation to changes in ECS, PMS and RAPP Catalogue
[nonrtric.git] / test / cr / app / nginx.conf
index 479d896..e1b9ff9 100644 (file)
@@ -39,7 +39,10 @@ http {
 
         # serve dynamic requests
         location / {
-        proxy_pass      http://localhost:2222;
+           proxy_set_header   Host                 $host;
+           proxy_set_header   X-Real-IP            $remote_addr;
+           proxy_set_header   X-Forwarded-For      $proxy_add_x_forwarded_for;
+           proxy_pass      http://localhost:2222;
         }
     }
     ##