Remove the proxy container [ci skip]

As there's only one domain for this project, using http://localhost will
fine.
This commit is contained in:
Oliver Davies 2021-05-24 21:30:55 +01:00
parent 1dc9058117
commit 2bc3d582e9
2 changed files with 21 additions and 28 deletions
web/sites/default

View file

@ -12,5 +12,5 @@ $databases['default']['default'] = [
];
$settings['trusted_host_patterns'] = [
'^oliverdavies.localhost$',
'^localhost$',
];