I\'m experiencing a problem regarding Moodle.
I\'ve made an install into a Linux server, but CSS and themes are not displaying so i have only plain text.
Ho
That helped me, but I dont know why. nginx conf file of site:
... location ~ [^/]\.php(/|$) { ... try_files $uri =404; #comment this line if it exists ... } ...