mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Updated nginx configuration
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
# docker peertube
 | 
					# docker peertube
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## track docker volumes
 | 
					## track docker container status
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
watch -n 2 "docker ps  -a | grep peertube"
 | 
					watch -n 2 "docker ps  -a | grep peertube"
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -67,7 +67,7 @@ server {
 | 
				
			|||||||
    proxy_set_header   Upgrade         $http_upgrade;
 | 
					    proxy_set_header   Upgrade         $http_upgrade;
 | 
				
			||||||
    proxy_set_header   Connection      "upgrade";
 | 
					    proxy_set_header   Connection      "upgrade";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #proxy_pass http://backend;
 | 
					    proxy_pass http://backend;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  location /socket.io {
 | 
					  location /socket.io {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user