add stub memes
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Torma Kristóf 2022-05-29 17:11:05 +02:00
parent 20a215737c
commit 58d0700520
2 changed files with 19 additions and 0 deletions

View File

@ -129,4 +129,13 @@ http {
}
}
server {
listen 8080;
location /stub_status {
stub_status;
allow 127.0.0.1;
deny all;
}
}
}

View File

@ -82,4 +82,14 @@ http {
}
{%- endfor %}
server {
listen 8080;
location /stub_status {
stub_status;
allow 127.0.0.1;
deny all;
}
}
}