mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-04-24 14:52:27 +00:00
Add missing semicolon
This commit is contained in:
parent
9883950f3d
commit
8f0c6f32c3
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ http {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
error_page 401 403 404 405 407 410 429 451 /error/4xx.html
|
error_page 401 403 404 405 407 410 429 451 /error/4xx.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue