Skip to content

Instantly share code, notes, and snippets.

View morariu's full-sized avatar
🌴
On vacation

Morariu morariu

🌴
On vacation
View GitHub Profile
@amanjuman
amanjuman / Sendy Nginx Config
Last active November 8, 2024 14:28
Sendy Nginx Config for PHP8.1 FPM
sudo su
//Setup Hostname
hostnamectl set-hostname subdomain.domain.tld
## Basic
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get autoremove -y && sudo apt-get install software-properties-common
//Setup SWAP
sudo fallocate -l 1G /swapfile;
ls -lh /swapfile;