shockrah
f4b24be904
This is to make browser behave better as they would always try to avoid the domain lookup
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
server {
|
|
root /var/www/html;
|
|
index index.html;
|
|
server_name lablad.net;
|
|
location / {
|
|
try_files $uri $uri/ =404;
|
|
}
|
|
} |