Skip to content

Instantly share code, notes, and snippets.

View codex5's full-sized avatar

Tyler Nguyen codex5

  • Vietnam
View GitHub Profile
@codex5
codex5 / multisite.conf
Created August 19, 2022 14:21 — forked from graham-aa/multisite.conf
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;