Skip to content

Instantly share code, notes, and snippets.

View jgrip's full-sized avatar

Johan Grip jgrip

View GitHub Profile

default.conf

server {
    listen 443;
    server_name homelab.example.com;

    access_log /var/log/nginx/homelab.example.com.access.log;
    error_log /var/log/nginx/homelab.example.com.error.log;

root /var/www/html;