Skip to content

DevMorphix/gigworks

Repository files navigation

Gigworks

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Platforms

Description

The proxy server routes requests based on the URL path:

  • Requests starting with /api are proxied to the API server.
  • Requests starting with /admin are proxied to the admin server.
  • Requests starting with /blog are proxied to the blog server.
  • All other requests are proxied to the client website.

Example

License

This project is licensed under the MIT License.