nginx -s reload
, а вот когда сделал /etc/init.d/nginx restart
— то всё взлетело! Я ХЗ почему так, может я что-то где-то не видел, может кэши. Но я каждый раз проверял сайт в браузере после Crtl+R + Crtl+F5.location / {
try_files $uri @opencart;
}
location @opencart {
rewrite ^/(.+)$ /index.php?_route_=$1 last;
}
[2021-06-23 15:28:05] NOTICE[20121][C-00000095]: chan_sip.c:26447 handle_request_invite: Call from '9787487341' (192.168.1.42:5160) to extension '9787487341' rejected because extension not found in context 'from-trunk-sip-9787487341-custom'.
General:
chain: dstnat
dst.address *внешний ip Mikrotik*
protocol: 17(udp)
action:
action: dst-nat
To address: 10.152.22.130
General:
chain: dstnat
src. address 10.152.22.130
dst.address 10.152.22.129
protocol: 17(udp)
action:
action: dst-nat
To address: 10.152.22.129
root@spacemall:~# lvscan
ACTIVE '/dev/spacemall-vg/root' [228,02 GiB] inherit
ACTIVE '/dev/spacemall-vg/swap_1' [31,74 GiB] inherit
root@spacemall:~# pvscan
PV /dev/sda5 VG spacemall-vg lvm2 [259,76 GiB / 0 free]
Total: 1 [259,76 GiB] / in use: 1 [259,76 GiB] / in no VG: 0 [0 ]
root@spacemall:~# vgscan
Reading all physical volumes. This may take a while...
Found volume group "spacemall-vg" using metadata type lvm2
root@spacemall:~#