repo clean-up
[oam.git] / solution / smo / common / gateway / conf / middleware.yaml
1 http:
2   middlewares:
3     default-headers:
4       headers:
5         CustomFrameOptionsValue: "SAMEORIGIN"
6         sslRedirect: true
7         browserXssFilter: true
8         contentTypeNosniff: true
9         forceSTSHeader: true
10         stsSeconds: 315360000
11         stsIncludeSubdomains: true
12         stsPreload: true
13 # tls:
14 #   options:
15 #     myTLSOptions:
16 #        minVersion: VersionTLS12
17