Skip to content

Commit

Permalink
feat: redirect example map file
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 20, 2023
1 parent 79a2983 commit c85937f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nginx-core/etc/nginx/templates/redirect.d/example.map.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#Examples
#~*foo\.php?$ /app.php;
#~*foo\.html?$ /app.php;
#~\/blog\/* https://blog.alwatr.com;
#~\/adobe-clickstream\/?$ $scheme://$host/product/alwatr-adobe-clickstream;
#/marketplace/ $scheme://$host/products/;
#~\/marketplace/product/amazon-redshift-self-serve\/?$ $scheme://$host/warehouse/amazon-redshift;
#~\/marketplace/product/amazon-athena\/?$ $scheme://$host/warehouse/amazon-athena;
#/marketplace/product/google-bigquery $scheme://$host/warehouse/google-bigquery;
#~\/data-silos-data-canyons\/?$ https://blog.alwatr.com/beware-the-data-canyon-data-silos-big-brother-b005c187f35d;

0 comments on commit c85937f

Please sign in to comment.