Explorar el Código

Oversight on Lapis

msmith-techempower hace 8 años
padre
commit
d0120455f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frameworks/Lua/lapis/nginx.conf

+ 1 - 1
frameworks/Lua/lapis/nginx.conf

@@ -16,7 +16,7 @@
         lua_package_path 'CWD/?.lua;;';
 
         upstream database {
-            postgres_server DBHOSTNAME dbname=hello_world user=benchmarkdbuser password=benchmarkdbpass;
+            postgres_server TFB-database dbname=hello_world user=benchmarkdbuser password=benchmarkdbpass;
         }
         init_by_lua 'require "resty.core"; lapis = require "lapis.init"';
         server {