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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Support

I've return to Grav and I cannot make run

Started by Alberto y cia 2 years ago · 0 replies · 73 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 Thomas, 1 week ago
2 50 6 hours ago
Support · by Anna, 2 days ago
2 58 9 hours ago
Support · by Justin Young, 10 hours ago
1 28 10 hours ago
Support · by Duc , 1 week ago
2 63 5 days ago
Support · by Colin Hume, 1 week ago
2 53 5 days ago