change order

This commit is contained in:
2021-06-06 21:34:04 +03:00
parent b1166f6bf4
commit 433968e7bb
3 changed files with 19 additions and 41 deletions
+19 -29
View File
@@ -1,27 +1,3 @@
server {
listen 80;
index index.php index.html index.htm index.nginx-debian.html;
server_name khv-sanek.inno-ijl.ru;
root /home/ijl/ijl/apps/xxl;
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 {
listen 80;
index index.html;
server_name alinakhaff.inno-ijl.ru;
root /home/ijl/ijl/apps/alinakhaff;
}
server {
listen 80;
server_name inno-ijl.ru;
@@ -74,12 +50,26 @@ server {
proxy_pass http://admin/;
}
}
server {
listen 80;
index index.php index.html index.htm index.nginx-debian.html;
server_name khv-sanek.inno-ijl.ru;
root /home/ijl/ijl/apps/xxl;
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 {
listen 80;
server_name chat.inno-ijl.ru;
location / {
proxy_pass http://chat/;
}
index index.html;
server_name alinakhaff.inno-ijl.ru;
root /home/ijl/ijl/apps/alinakhaff;
}