Skip to content

Instantly share code, notes, and snippets.

@deadenddeveloper
deadenddeveloper / cfg.md
Last active October 21, 2021 18:49
Subdomain configuration

NGINX

server {
	root /var/www/html/sub.example.com/;
	index index.php index.html index.htm index.nginx-debian.html;

	listen 80;
	listen [::]:80;