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
fix(config): use quoted heredoc and remove unnecessary escapes in nginx config (#36)
- Replaced EOF with 'EOF' to avoid shell variable expansion
- Removed escaped variables ($var) and kept them as for correct nginx syntax
- Ensures the generated config matches expected nginx behavior
Co-authored-by: Jorg <me@jorgr.dev>
0 commit comments