# Main nginx.conf
worker_processes auto;
worker_rlimit_nofile 65535;
events {
#[derive(Debug, Clone)]
pub struct Order {
pub id: u64,
pub amount_cents: i64,
pub currency: [u8; 3],
}
package proxy
import (
"log"
"net"
"net/http"