mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[PR #1921] [CLOSED] removing HSTS include from location as it is superfluous. #3507
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3507
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1921
Author: @ncraig-oc
Created: 3/9/2022
Status: ❌ Closed
Base:
develop← Head:hsts_to_serverdef📝 Commits (10+)
9c3e024removing HSTS include from location as it is superfluous. HSTS is defined at the server level and re-adding the host at the location prevents inheritance from the advanced config include.7f2d59aMerge branch 'NginxProxyManager:develop' into develop9a4952dMerge pull request #1 from ncraig-oc/developc571599adding wrapper for proxy header passing.f31692dMerge pull request #2 from ncraig-oc/develop30c9a1fconverting to AWS image2f8097cremoving HSTS include from location as it is superfluous.6368c39merging changese826294commiting OC AWS tools469ecadmissing updates.📊 Changes
17 files changed (+261 additions, -25 deletions)
View changed files
📝
Jenkinsfile(+3 -3)➕
aws/cloud-formation/template.yml(+137 -0)📝
backend/templates/dead_host.conf(+5 -2)📝
backend/templates/proxy_host.conf(+20 -4)📝
backend/templates/redirection_host.conf(+3 -4)➕
deploy_build.sh(+39 -0)➕
deploy_fargate.sh(+1 -0)📝
docker/Dockerfile(+7 -5)📝
docker/rootfs/etc/nginx/conf.d/include/proxy.conf(+1 -4)📝
docker/rootfs/etc/nginx/nginx.conf(+2 -1)📝
docker/rootfs/etc/s6-overlay/s6-rc.d/prepare/60-secrets.sh(+0 -0)📝
docker/scripts/install-s6(+0 -0)📝
frontend/js/models/proxy-host.js(+1 -0)📝
frontend/package.json(+1 -1)📝
frontend/scss/tabler-extra.scss(+4 -0)➕
local_build.sh(+35 -0)📝
scripts/ci/frontend-build(+2 -1)📄 Description
HSTS is defined at the server level and re-adding the host at the location prevents inheritance from the advanced config include.
Per the NGINX documentation,
"These directives are inherited from the previous configuration level if and only if there are no add_header directives defined on the current level."
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.