Loading...
Loading...
Nginx web server, reverse proxy, and load balancer. Use for web serving.
npx skill4agent add g1joshi/agent-skills nginx# nginx.conf
server {
listen 443 quic reuseport;
listen 443 ssl;
http2 on;
server_name example.com;
ssl_certificate cert.pem;
ssl_certificate_key key.pem;
location / {
proxy_pass http://localhost:3000;
add_header Alt-Svc 'h3=":443"; ma=86400';
}
}httpserverlocationngx_http_stub_status_moduleclient_body_buffer_sizeiftry_filesmap