mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Add missing semicolon
This commit is contained in:
parent
9883950f3d
commit
8f0c6f32c3
|
@ -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…
Reference in a new issue