aboutsummaryrefslogtreecommitdiff
path: root/srcs/conf
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/conf')
-rw-r--r--srcs/conf/test.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/srcs/conf/test.com b/srcs/conf/test.com
index cf734e1..2331b3b 100644
--- a/srcs/conf/test.com
+++ b/srcs/conf/test.com
@@ -1,7 +1,7 @@
server {
listen 80;
root /var/www/html;
- index index.php;
+ index index.php index.html index.htm index.nginx-debian.html;
server_name test.com;
location / {
@@ -11,7 +11,7 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass
- unix:/var/run/php/php7.2-fpm.sock;
+ unix:/var/run/php/php7.3-fpm.sock;
}
location ~ /\.ht {