Even more file shuffling
This commit is contained in:
13
deprecated/playbooks/files/temper.tv.conf
Normal file
13
deprecated/playbooks/files/temper.tv.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name temper.tv;
|
||||
root /opt/nginx/temper.tv;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user