Skip to content

Commit

Permalink
Missed semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnake1298 committed Sep 5, 2024
1 parent 3653ce5 commit cd7888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/networking/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ server {
server {
listen 80;
listen [::]:80;
server_name DOMAIN_NAME
server_name DOMAIN_NAME;
## The default `client_max_body_size` is 1M, this might not be enough for some posters, etc.

Check failure on line 119 in docs/general/networking/nginx.md

View workflow job for this annotation

GitHub Actions / Lint Markdown

Code block style [Expected: fenced; Actual: indented]
client_max_body_size 20M;
Expand Down

0 comments on commit cd7888d

Please sign in to comment.