Skip to content

experianplc/nginx-cors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

nginx-cors

A nginx configuration that makes CORS easy

How to use.

  1. Download a copy of nginx.
  2. Edit our configuration file, replacing YOUR-LINK-GOES-HERE with the full path (and optionally port) of the service you're proxying, e.g. https://app1.company.com:232
  3. Replace the built in configuration file (in Windows this is /nginx/conf/nginx.conf) with the edited file from (2).
  4. Start nginx.
  5. By default, per the configuration nginx listens at port 8080. So requests that go to localhost:8080 will be proxied to YOUR-LINK-GOES-HERE.

About

A nginx configuration that makes CORS easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published