From 0985adfcdf4a9e6613a11347aa3a09637c204b1a Mon Sep 17 00:00:00 2001 From: a-ill Date: Sat, 24 Jun 2023 17:18:44 +0300 Subject: [PATCH] Update prod.jl --- Server/config/env/prod.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/config/env/prod.jl b/Server/config/env/prod.jl index a2f3458..3a74a8a 100644 --- a/Server/config/env/prod.jl +++ b/Server/config/env/prod.jl @@ -5,7 +5,7 @@ Genie.Configuration.config!( server_host = "0.0.0.0", log_level = Logging.Error, 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", format_julia_builds = false, format_html_output = false