nginx conf
This commit is contained in:
@@ -53,6 +53,8 @@
|
||||
* delete games when a cryp is deleted
|
||||
* does this need to happen? can have historical games
|
||||
|
||||
* run nginx as not root
|
||||
|
||||
# Mechanic Ideas
|
||||
teams
|
||||
1v1 2v2 3v3
|
||||
|
||||
+1
-1
@@ -69,7 +69,7 @@ impl Rpc {
|
||||
}
|
||||
}
|
||||
|
||||
fn game_state(data: Vec<u8>, tx: &mut Transaction, account: Option<Account>, client: &mut WebSocket<TcpStream>) -> Result<RpcResponse, Error> {
|
||||
fn game_state(data: Vec<u8>, tx: &mut Transaction, account: Option<Account>, _client: &mut WebSocket<TcpStream>) -> Result<RpcResponse, Error> {
|
||||
let a = match account {
|
||||
Some(a) => a,
|
||||
None => return Err(err_msg("auth required")),
|
||||
|
||||
Reference in New Issue
Block a user