Skip to content
Snippets Groups Projects
Verified Commit 82b3c3d3 authored by Jan Mojžíš's avatar Jan Mojžíš
Browse files

d/t/generic update

parent 4c37a778
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,11 @@ set -e
cat <<EOF > "/etc/nginx/sites-enabled/default"
server {
listen 80 default_server;
listen 80 default_server;
location /generic {
location /generic {
return 200;
}
}
}
EOF
......
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