Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

I've return to Grav and I cannot make run

Started by Alberto y cia 2 years ago · 0 replies · 189 views
2 years ago

Hi all,
I've used Grav long time ago, and I can see, Grav things are different now in 1.7.46 version.

Now, I have docker container with Nginx and virtualhosts, and I need multisite installation. I've read Multisite Setup | Grav Documentation (getgrav.org) but always get 403 Forbidden 😦

My virtualhost nginx config:
server { listen 443 ssl;

  • listen [::]:443 ssl;*
  • server_name xxxx;*
  • root /var/www/grav-admin/user/env/xxxx;*
  • index index.html index.php;*
  • Begin - PHP*

  • location ~ .php$ {*
  • fastcgi_pass mifpm:9000;*
  • fastcgi_split_path_info ^(.+.php)(/.+)$;*
  • fastcgi_index index.php;*
  • include fastcgi_params;*
  • fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;*
  • fastcgi_param PATH_INFO $fastcgi_path_info;*
  • End - PHP*

    }

Any idea?

Thank you
Alberto

Suggested topics

Topic Participants Replies Views Activity
Support · by Paul Hodges, 3 hours ago
2 21 43 minutes ago
Support · by TomW, 4 days ago
4 92 1 hour ago
Support · by Anna, 4 days ago
4 110 24 hours ago
Support · by Anna, 1 week ago
7 196 3 days ago
Support · by Anna, 1 week ago
9 159 3 days ago