From e777b775b5ccc75a04b9e4ea601481db0f0ab69e Mon Sep 17 00:00:00 2001 From: primakov alexandr Date: Thu, 22 Jul 2021 11:09:47 +0300 Subject: [PATCH] petrus --- 80.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/80.conf b/80.conf index af2c87f..38a6295 100644 --- a/80.conf +++ b/80.conf @@ -67,6 +67,19 @@ server { fastcgi_pass unix:/var/run/php/php7.2-fpm.sock; } } + +server { + listen 80; + index index.php index.html index.htm index.nginx-debian.html; + server_name victorina.inno-ijl.ru; + root /home/ijl/ijl/apps/petrus/dist; + + location / { + try_files $uri $uri/ =404; + index index.html; + } +} + server { listen 80; index index.php index.html index.htm index.nginx-debian.html;