Minor fixes

This commit is contained in:
David Bomba
2020-11-28 18:07:16 +11:00
parent 3612c87323
commit 03c1e32123
2 changed files with 2 additions and 2 deletions

View File

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