You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,21 @@
3
3
4
4
# Why forking?
5
5
6
-
I maintained a fork of the official projet because:
6
+
I maintained a fork of the official project because:
7
7
8
8
- Cache is active
9
9
- Run under alpine 3.8 (not scratch)
10
10
- Added [UPX](https://github.com/upx/upx)
11
11
- Added `curl` to do the healthcheck when `docker service create`. You must use healthcheck for serious orchestration.
12
12
- Added [tiny](https://github.com/krallin/tini), init for containers
13
-
- Removed exposing 80 443 as it’s manage by Traefik (proxy). See my super-duper [docker-stack](https://github.com/pascalandy/docker-stack-this) for a better context.
13
+
- Removed exposing 80 443 as it's managed by Traefik (proxy). See my super-duper [docker-stack](https://github.com/pascalandy/docker-stack-this) for a better context.
14
14
15
15
16
16
# Security Header screenshot
17
17
18
18
Get an **A+** on [security header](https://securityheaders.com/) out of the box.
19
19
20
-
Before I was using CloudFlare worker (5$ per month) to get the same result. I asked myself, how does the ‘real server’ are configured to manage the scurity-header? This is how.
20
+
Before I was using CloudFlare worker (5$ per month) to get the same result. I asked myself, how does a ‘real server’ is configured to manage the security-header? This is how.
21
21
22
22

0 commit comments