check in
[Ultimately_Untrue_Thought.git] / provisioning / nginx_siteconf
index 8db2fce..b18ce5b 100644 (file)
@@ -40,4 +40,12 @@ server {
             try_files $uri $uri/ =404;
         }
 
+        location /isso {
+            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
+            proxy_set_header X-Script-Name /isso;
+            proxy_set_header Host $host;
+            proxy_set_header X-Forwarded-Proto $scheme;
+            proxy_pass http://localhost:8080;
+        }
+
 }