Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • A ansible
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • ansible
  • Merge requests
  • !10

Nginx support for http local reverse proxy (i.e. TLS reverse higher up the chain)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jean requested to merge popindavibe/ansible:mr_nginx_http_only into master Feb 03, 2020
  • Overview 24
  • Commits 3
  • Pipelines 7
  • Changes 3

Addressing part of #6 (closed).

Here we add key and modify nginx templates (compression settings becomes an option) to handle both Nginx as a TLS reverse proxy (default and current behaviour) or as a local HTTP Web server tapping into funkwhale server.

This new option, when enabled, also removes some of the proxy settings, which were counter-productive on my own implementation, resulting in mixed HTTP/HTTPS content.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mr_nginx_http_only