Skip to content

feed this container multiple domains and their rewrite rules via a YAML file to have nginx rewrite all of your domains to their real homes.

Notifications You must be signed in to change notification settings

sellerlabs/nginx-rewriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-rewriter

feed this container multiple domains and their rewrite rules via a YAML file to have nginx rewrite all of your domains to their real homes.

Environment Variables

CONFIG_URL - URL of the YAML config file

Example Configuration File

---
email: [email protected]
target_domains:
  google.com:
    redir_domains:
      - foogle.com
      - hoogle.com
      - toogle.com
  gmail.com:
    redir_domains:
      - fmail.com
      - hmail.com
      - tmail.com

About

feed this container multiple domains and their rewrite rules via a YAML file to have nginx rewrite all of your domains to their real homes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published