Skip to content

Commit

Permalink
fix nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Dec 5, 2024
1 parent fd0a721 commit 3a304c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .formatter.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@

# set desired line length for both Elixir's code formatter and this one
# (only affects opening tags in Surface)
line_length: 98
line_length: 98,

# heex_line_length: 84,

# or, set line length only for Surface code (overrides `line_length`)
# surface_line_length: 84
# surface_line_length: 84,

migrate_eex_to_curly_interpolation: false
]
2 changes: 1 addition & 1 deletion flavours/classic/config/deploy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ location / {

index index.html;

try_files $uri $uri.html $uri/index.html $uri/ @app_upstream;
try_files $uri $uri.html $uri/index.html @app_upstream;

}

0 comments on commit 3a304c7

Please sign in to comment.