Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

I've return to Grav and I cannot make run

Started by Alberto y cia 2 years ago · 0 replies · 297 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 blu3prince, 3 days ago
1 65 27 minutes ago
Support · by complanar, 6 days ago
6 156 1 day ago
Support · by Rick Beebe, 7 days ago
2 114 3 days ago
Support · by alex, 5 days ago
2 100 4 days ago
Support · by Marcel, 2 weeks ago
1 151 4 days ago