use correct absolute path for static files in ngx config
This commit is contained in:
		@@ -8,7 +8,7 @@ http {
 | 
			
		||||
        server_name localhost;
 | 
			
		||||
 | 
			
		||||
        location /static/ {
 | 
			
		||||
            alias /data/static/;
 | 
			
		||||
            alias /app/data/static/;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        location / {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user