Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Grav with OpenLiteSpeed Web Server?
· 12 years ago
Thanks for the checking rhukster! On my systems, the directories from those lines are "403 Forbidden" when accessed with web browsers ("301 Moved Permanently" with curl); e.g. if I try myservername.co
-
Grav with OpenLiteSpeed Web Server?
· 12 years ago
@duskop what about the restrictions we have to stop access to certain folders? https://github.com/getgrav/grav/blob/develop/nginx.conf#L29-L49
-
Grav with OpenLiteSpeed Web Server?
· 12 years ago
Yw :-)!
-
Grav with OpenLiteSpeed Web Server?
· 12 years ago
Thanks!
-
Grav with OpenLiteSpeed Web Server?
· 12 years ago
Below is the nginx conf. Hope it's useful. server { listen 80; server_name yourservername.com; root /path/to/your/webroot/grav; #index inde
-
Grav with OpenLiteSpeed Web Server?
· 12 years ago
Great! I will provide you the config later this evening.
-
Grav with OpenLiteSpeed Web Server?
· 12 years ago
Any improvements to the Nginx configuration would surely be appreciated! Thanks.
-
Grav with OpenLiteSpeed Web Server?
· 12 years ago
Yes - OpenLiteSpeed sounds very promising and I'm planning to test it this or next week. I encountered some initial hiccups while configuring Nginx and it's now working fine on my multiple setups: lo
-
Grav with OpenLiteSpeed Web Server?
· 12 years ago
I have done some limited testing and came away disappointed with Nginx. I had heard so much good stuff about it, but it seems no faster than Apache 2.4 (infact a little slower). The trade off with
-
Grav with OpenLiteSpeed Web Server?
· 12 years ago
Hey guys, after getting the "Grav is Running!" page up using the git clone and bin/grav install, I continued onto the basic tutorial on creating a page, which I created and it shows in the menu, thoug