Answer the question
In order to leave comments, you need to log in
Why does nginx give php file for download?
Why does nginx give php file for download?
server {
listen 80;
listen [::]:80;
root /var/www/variorstar.com/html;
index index.php index.html index.htm index.nginx-debian.html;
server_name variorstar.com www.variorstar.com;
location / {
index index.php index.html index.htm;
try_files $uri $uri/ =404;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question