Nick Tampakas
Results
1
comments of
Nick Tampakas
Check the following in docker/nginx.conf: ``` # Only requests to our Host are allowed if ($host !~ ^localhost$ ) { return 444; } ```