Skip to content

Instantly share code, notes, and snippets.

View lewislarsen's full-sized avatar

Lewis Larsen lewislarsen

View GitHub Profile
@lewislarsen
lewislarsen / phpBB-nginx-config-ploi.conf
Created July 25, 2021 02:16
phpBB nginx config for Ploi
# Ploi Webserver Configuration, do not remove!
include /etc/nginx/ploi/domain.com/before/*;
server {
listen 80;
listen [::]:80;
root /home/ploi/domain.com;
server_name domain.com;