Commit 174d4c9f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Unify the static files volume path in each image

parent cc3ef030
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ upstream fastcgi {
server {
	listen 80;
	server_name _;
	root /app;
	root /app/static;

	set_real_ip_from 10.0.0.0/8;
	real_ip_header X-Forwarded-For;