fix nginx config
This commit is contained in:
parent
441a9e0d9a
commit
4699565476
|
@ -16,10 +16,6 @@ events {
|
|||
http {
|
||||
include mime.types;
|
||||
|
||||
upstream database {
|
||||
postgres_server ${{pg POSTGRESQL_URL}};
|
||||
}
|
||||
|
||||
server {
|
||||
listen ${{PORT}};
|
||||
lua_code_cache ${{CODE_CACHE}};
|
||||
|
|
Loading…
Reference in New Issue