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:
committed by
Nicolas Duchon
parent
28c73e5b52
commit
9df330e51e
6
test/test_virtual-path/test_custom_conf.py
Normal file
6
test/test_virtual-path/test_custom_conf.py
Normal 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
|
||||
|
Reference in New Issue
Block a user