1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 22:35:45 +00:00

feat: Add user customizable default root response

This commit is contained in:
Alexander Lieret
2021-07-06 15:26:02 +02:00
committed by Nicolas Duchon
parent 28c73e5b52
commit 9df330e51e
6 changed files with 53 additions and 2 deletions

View File

@ -0,0 +1,6 @@
import pytest
def test_default_root_response(docker_compose, nginxproxy):
r = nginxproxy.get("http://nginx-proxy.test/")
assert r.status_code == 418