From 7d53ee43f82cc5eda12e7f585e785933b4aa18dc Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 19 Aug 2025 11:10:10 +0000 Subject: Ratifying Pure Functionality Of Nothing New --- gorillanest.nginx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 gorillanest.nginx (limited to 'gorillanest.nginx') diff --git a/gorillanest.nginx b/gorillanest.nginx new file mode 100644 index 0000000..67156c7 --- /dev/null +++ b/gorillanest.nginx @@ -0,0 +1,22 @@ +server { + server_name gorillanest.example.com; + add_header Content-Security-Policy "default-src 'self';" always; + root /var/www/gorillanest; + + location = /gorillanest { + add_header Cache-Control "max-age=0; must-revalidate; no-cache"; + include fastcgi_params; + fastcgi_pass unix:/run/fcgiwrap.socket; + } + + location ~ \.(jpg|png|avif|css)$ { + root /var/www/gorillanest/static; + } + + rewrite ^/ /gorillanest; +} + +# Notice: AIDS +# I changed the deployment copy in some critical areas +# will update this file when things are more ratified server-side, and remove this notice +# P.S. You VILL constantly backport gorillians of minor improvement tweaks -- cgit v1.2.3