All Projects → hopeua → docker-redirect-http-to-https

hopeua / docker-redirect-http-to-https

Licence: MIT license
Simple redirector

Programming Languages

Nginx
273 projects

Projects that are alternatives of or similar to docker-redirect-http-to-https

telresender
A Telegram bot, which resend your message to another account
Stars: ✭ 22 (+46.67%)
Mutual labels:  redirect
nextjs-redirect
HOC to redirect to any URL in NextJS both in client and server
Stars: ✭ 144 (+860%)
Mutual labels:  redirect
farside
A smart redirecting gateway for various frontend services
Stars: ✭ 378 (+2420%)
Mutual labels:  redirect
Ryder
Runtime redirection of method calls for .NET Core.
Stars: ✭ 34 (+126.67%)
Mutual labels:  redirect
not-one-link
A simple Node.js library that allows you to re-map Amazon links from one country to another (Like Amazon OneLink™️ but simpler to use)
Stars: ✭ 19 (+26.67%)
Mutual labels:  redirect
custom-permalinks
Set custom permalinks on a per-post basis in WordPress
Stars: ✭ 17 (+13.33%)
Mutual labels:  redirect
craft-retour
Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website
Stars: ✭ 32 (+113.33%)
Mutual labels:  redirect
kirby3-redirects
Setup HTTP Status Code Redirects from within the Kirby Panel
Stars: ✭ 14 (-6.67%)
Mutual labels:  redirect
lambda-redirector
Redirect an entire website using AWS Lambda
Stars: ✭ 21 (+40%)
Mutual labels:  redirect
domain-enforcement
Laravel 5+ Middleware to enforce a single domain on your application. e.g non-www. to www.
Stars: ✭ 25 (+66.67%)
Mutual labels:  redirect
wechat-redirect
📨微信跳转-微信浏览器中直接唤起本地浏览器和App
Stars: ✭ 67 (+346.67%)
Mutual labels:  redirect
VirusX5
The Most Powerful Fake Page Redirecting tool...
Stars: ✭ 15 (+0%)
Mutual labels:  redirect
mongoose-slug-plugin
Slugs for Mongoose with history and i18n support (uses speakingurl by default, but you can use any slug library such as limax, slugify, mollusc, or slugme)
Stars: ✭ 21 (+40%)
Mutual labels:  redirect
openredir
redirect file open operations via LD_PRELOAD
Stars: ✭ 23 (+53.33%)
Mutual labels:  redirect
dnsredir
Yet another seems better forward/proxy plugin for CoreDNS
Stars: ✭ 58 (+286.67%)
Mutual labels:  redirect
httpz
Fat-free hardenable opportunistic encryption for Firefox
Stars: ✭ 60 (+300%)
Mutual labels:  redirect
django-redirects
↪️ ✅ redirects as they should be, with full control.
Stars: ✭ 32 (+113.33%)
Mutual labels:  redirect
random-redirect
Page that redirects to a random page that offers the service you are looking for
Stars: ✭ 54 (+260%)
Mutual labels:  redirect
Odyssey
A piece of software that shows a traceroute of a URL redirect path
Stars: ✭ 41 (+173.33%)
Mutual labels:  redirect

HTTP to HTTPS redirect

hope/redirect-http-to-https

Small container, that simply redirects all HTTP requests to HTTPS.
Can be used with rancher Load balancer.
Based on Nginx and Alpine.

Run

Build image

docker build -t redirect .

Run container

docker run -d -p 80:80 --name=redirect redirect
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].