On Thu, Feb 21, 2019 at 11:53:15AM -0500, exadra wrote:

Hi there,

>    root /var/www/html;
>    index index.html index.htm index.php phpliteadmin.php;
> 
>    location ~ \.php$ {
>         fastcgi_pass unix:/run/php/php7.0-fpm.sock;  

>    location / {
>        proxy_pass                            http://localhost:8080/;

> All works also the php programs but I have no icons in the php programs

What is an icon?

As in: in the html source, what is the url (img src=) associated with
an icon that you do not see?

If it corresponds to your nginx server -- what does the nginx access_log
say about the matching request?

If it does not correspond to your nginx server -- there is probably
another thing that needs fixing first.

Good luck with it,

        f
-- 
Francis Daly        fran...@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to