alexei
This commit is contained in:
parent
b73275c15b
commit
eea0abccab
16
80.conf
16
80.conf
@ -67,6 +67,22 @@ server {
|
|||||||
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
|
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 alexei.inno-ijl.ru;
|
||||||
|
root /home/ijl/ijl/apps/alexei;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
try_files $uri $uri/ =404;
|
||||||
|
index index.html;
|
||||||
|
}
|
||||||
|
|
||||||
|
location ~ \.php$ {
|
||||||
|
include fastcgi-php.conf;
|
||||||
|
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
Loading…
Reference in New Issue
Block a user