Skip to content

Instantly share code, notes, and snippets.

View Erth0's full-sized avatar

Eluert Mukja Erth0

View GitHub Profile
@Erth0
Erth0 / nginx.conf
Created September 10, 2024 15:17 — forked from jpcaparas/nginx.conf
Make a node application work with PM2 & Laravel Forge
# FORGE CONFIG (DO NOT REMOVE!)
include forge-conf/<your-site>/before/*;
map $sent_http_content_type $expires {
"text/html" epoch;
"text/html; charset=utf-8" epoch;
default off;
}
server {