-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/httpd conf cleanup #68
Conversation
The *:443 will catch everything before _default_:443 because * has a higher precedence. See: https://httpd.apache.org/docs/2.4/vhosts/examples.html#default Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
83157ff
to
a647bab
Compare
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
a647bab
to
d98c816
Compare
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
9449c0e
to
b5f5313
Compare
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
7bffac0
to
271dd79
Compare
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
271dd79
to
161f3c6
Compare
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
9cfb53e
to
3e17ff3
Compare
{{- else }} | ||
ServerName {{ .Release.Name }}.{{ .Release.Namespace -}} | ||
{{ end }} | ||
Listen {{ .Values.httpdSidecar.port }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it make sense to use the default 443 port here, since SSL/TLS is enabled by default in this config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only root use is allowed to use ports under 1024. Our goal should be to run everything as non root I think this is a sensible default.
Signed-off-by: Jasper Kamerling <jasper.kamerling@alliander.com>
7b6f9fc
to
1e7e59f
Compare
No description provided.