Update prod.jl

This commit is contained in:
a-ill 2023-06-24 17:18:44 +03:00
parent 1647178642
commit 0985adfcdf

View File

@ -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