hapus file

This commit is contained in:
2026-06-10 10:06:39 +07:00
parent ca5e302326
commit 9b40f7184e
-17
View File
@@ -1,17 +0,0 @@
server {
listen 80;
root /app;
index index.html index.php;
location / {
try_files $uri $uri/ /index.html;
}
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PHP_VALUE "display_errors=0";
}
}