Pārlūkot izejas kodu

Minor changes to index.php

main
Simon Bowie pirms 3 gadiem
vecāks
revīzija
30c7483b6e
2 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      nginx/default.conf
  2. +1
    -0
      site/public/index.php

+ 2
- 2
nginx/default.conf Parādīt failu

@@ -1,13 +1,13 @@
server {

listen 80;
index index.php index.html;
index index.php index.phtml index.html;
server_name localhost;
error_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log;
root /var/www/html/public;

location ~ \.php$ {
location ~ \.(php|phtml)$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass php:9000;

+ 1
- 0
site/public/index.php Parādīt failu

@@ -96,3 +96,4 @@ $random_record = random_record();
?>

</body>
</html>

Notiek ielāde…
Atcelt
Saglabāt