add some notice

This commit is contained in:
slawkens 2023-02-02 21:22:50 +01:00
parent 295c5de0d6
commit a2fb9a183b

View File

@ -15,12 +15,13 @@ server {
include snippets/fastcgi-php.conf; include snippets/fastcgi-php.conf;
fastcgi_read_timeout 240; fastcgi_read_timeout 240;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock; fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
# for ubuntu 22.04+ it will be php8.1-sock
} }
location ~ /\.ht { location ~ /\.ht {
deny all; deny all;
} }
location /system { location /system {
deny all; deny all;
return 404; return 404;