Changed server name from app to invoiceninja
This commit is contained in:
@@ -6,7 +6,7 @@ events {
|
|||||||
|
|
||||||
http {
|
http {
|
||||||
upstream backend {
|
upstream backend {
|
||||||
server app:9000;
|
server invoiceninja:9000;
|
||||||
}
|
}
|
||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|||||||
Reference in New Issue
Block a user