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