Deploy ..

This commit is contained in:
2020-06-26 02:23:06 +02:00
parent 67915246ba
commit 8f9dc0d9ce
18 changed files with 469 additions and 362 deletions
-20
View File
@@ -1,20 +0,0 @@
:8080
root dist
file_server {
# If we visit /404.html directly we receive a 404 response, and not a 200.
hide 404.html
}
encode gzip
handle_errors {
@404 {
expression {http.error.status_code} == 404
}
rewrite @404 /404.html
file_server
}
log {
format single_field common_log
}