specify 404 page
This commit is contained in:
parent
87b81bd37c
commit
c46faae757
|
@ -101,6 +101,9 @@ http {
|
||||||
# Path for static files
|
# Path for static files
|
||||||
root /sites/example.com/public;
|
root /sites/example.com/public;
|
||||||
|
|
||||||
|
# Custom 404 page
|
||||||
|
error_page 404 /404.html;
|
||||||
|
|
||||||
expires 1M;
|
expires 1M;
|
||||||
|
|
||||||
# Static assets
|
# Static assets
|
||||||
|
|
Loading…
Reference in New Issue