Update local server + page generation
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
:7000
|
||||
|
||||
log {
|
||||
format single_field common_log
|
||||
}
|
||||
|
||||
encode gzip
|
||||
|
||||
root * dist
|
||||
file_server
|
||||
|
||||
try_files {path} /200.html
|
||||
|
||||
@nuxt {
|
||||
path /_nuxt/*
|
||||
}
|
||||
|
||||
header @nuxt Cache-Control "public,max-age=31536000,immutable" # 1 year
|
||||
Reference in New Issue
Block a user