This commit is contained in:
ekazak
2022-10-05 19:44:29 +02:00
parent 6e16410145
commit c0cb303176
3 changed files with 6 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ server {
listen 80;
server_name lawcarta.loc livecarta.loc localhost;
root /var/www;
root /var/www/html;
index index.php;
access_log /var/log/nginx/access.log;