Created via MCP
This commit is contained in:
11
apps/nginx-weighted/middleware.yaml
Normal file
11
apps/nginx-weighted/middleware.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# HTTPS redirect middleware
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: redirect-https
|
||||
namespace: nginx-mcp
|
||||
spec:
|
||||
redirectScheme:
|
||||
scheme: https
|
||||
permanent: true
|
||||
Reference in New Issue
Block a user