Skip to content

Instantly share code, notes, and snippets.

View graham-aa's full-sized avatar

Graham graham-aa

View GitHub Profile
@graham-aa
graham-aa / multisite.conf
Last active October 31, 2022 16:31
WordPress NGINX MultiSite Config
server {
listen 80;
server_name site_url;
root /dir/of/site;
# access_log /srv/www/domain.com/log/access.log;
# error_log /srv/www/domain.com/log/error.log;
location / {
index index.php;