Skip to content
Snippets Groups Projects
Commit 5667bf97 authored by Samuel Åkesson's avatar Samuel Åkesson
Browse files

Create mock location, trying if static serving works

parent 295f975a
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,12 @@ class knuth::nginx {
}
}
nginx::resource::location { '/static-test':
server => 'www.lysator.liu.se',
ssl => true,
www_root => '/srv/www/static',
}
# Not really neeed, but peoples automatic scanners complain, and
# try to help us by alerting us about it.
nginx::resource::location { 'blacklist git':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment