- Freelance work which involved building a charity website (now discontinued)
-
Registration and login system
-
Ticket system, including management and a search system
-
Staff hierarchy management
server {
server_name www.helpinghonour.pw helpinghonour.pw;
listen 80/443;
http2_idle_timeout 5m;
location / {
proxy_pass http://localhost:7845/;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}