|
|
|
|
|
by barylen
4505 days ago
|
|
Your dev server shouldn't be accessible to the public. If you want a server to be accessible to the public that isn't your production server (which is valid), you should be doing things as similar to production as possible (not running tests on it). |
|