Skip to content

Instantly share code, notes, and snippets.

server {
listen 80;
root /wordpress; #/wordpress is the location where your wordpress is.
index index.php index.html index.htm;
server_name domain.com;
error_page 404 /404.html;