Fixes for V4 container

This commit is contained in:
David Bomba
2021-01-05 17:14:49 +11:00
parent c624f6ed40
commit f03860d8ea
4 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
server {
listen 80 default_server;
server_name _ in.localhost;
server_name _;
root /var/www/app/public/;
index index.php;