Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for HTTP -> HTTPS redirects #112

Closed
3 tasks done
jeevatkm opened this issue Sep 6, 2017 · 0 comments
Closed
3 tasks done

Add support for HTTP -> HTTPS redirects #112

jeevatkm opened this issue Sep 6, 2017 · 0 comments
Assignees
Labels
aah Framework scope enhancement
Projects

Comments

@jeevatkm
Copy link
Member

jeevatkm commented Sep 6, 2017

  • Add support for HTTP -> HTTPS redirects
  • Configuration option to enable/disable
  • Implementation
  • App Template update
  • Documentation

Configuration

ssl {
    ...
    # Redirect HTTP => HTTPS functionality does protocol switch, so it works
    # domain and subdomains.
    # For example:
    #   http://aahframework.org      => https://aahframework.org
    #   http://www.aahframework.org  => https://www.aahframework.org
    #   http://docs.aahframework.org => https://docs.aahframework.org
    redirect_http {
      # Enabling HTTP => HTTPS redirects.
      # Default is value is `false`.
      #enable = true

      # Port no. of HTTP requests to listen.
      # For standard port `80` put empty string or a value
      # No default value, it is required value.
      port = "8080"

      # Redirect code
      # Default value is `307`.
      #code = 307
    }
    ...
}
@jeevatkm jeevatkm created this issue from a note in aah Roadmap (Backlog) Sep 6, 2017
@jeevatkm jeevatkm moved this from Backlog to v0.9 - Iteration in aah Roadmap Sep 6, 2017
@jeevatkm jeevatkm self-assigned this Sep 7, 2017
@jeevatkm jeevatkm added aah Framework scope enhancement labels Sep 7, 2017
@jeevatkm jeevatkm added this to the v0.9 Milestone milestone Sep 7, 2017
@jeevatkm jeevatkm moved this from v0.9 - Iteration to v0.9 - In Progress in aah Roadmap Sep 10, 2017
jeevatkm added a commit to go-aah/docs that referenced this issue Sep 12, 2017
jeevatkm added a commit that referenced this issue Sep 12, 2017
@jeevatkm jeevatkm moved this from v0.9 - In Progress to v0.9 - Completed in aah Roadmap Sep 12, 2017
@jeevatkm jeevatkm moved this from v0.9 - Completed to Released to Audience in aah Roadmap Oct 4, 2017
jeevatkm added a commit to go-aah/app-templates that referenced this issue Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aah Framework scope enhancement
Projects
aah Roadmap
  
Released to Audience
Development

No branches or pull requests

1 participant