Update prod.jl
This commit is contained in:
parent
1647178642
commit
0985adfcdf
|
@ -5,7 +5,7 @@ Genie.Configuration.config!(
|
||||||
server_host = "0.0.0.0",
|
server_host = "0.0.0.0",
|
||||||
log_level = Logging.Error,
|
log_level = Logging.Error,
|
||||||
log_to_file = false,
|
log_to_file = false,
|
||||||
server_handle_static_files = true, # for best performance set up Nginx or Apache web proxies and set this to false
|
server_handle_static_files = false, # for best performance set up Nginx or Apache web proxies and set this to false
|
||||||
path_build = "build",
|
path_build = "build",
|
||||||
format_julia_builds = false,
|
format_julia_builds = false,
|
||||||
format_html_output = false
|
format_html_output = false
|
||||||
|
|
Loading…
Reference in New Issue