mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
bad nginx.conf
This commit is contained in:
parent
704521960e
commit
8b6c77b8dd
|
|
@ -12,7 +12,7 @@ server {
|
|||
# `location /subfolder {`
|
||||
# and the rewrite to use `/subfolder/index.php`
|
||||
location / {
|
||||
location / { try_files $uri $uri/ /index.php?_url=$uri; }
|
||||
try_files $uri $uri/ /index.php?_url=$uri;
|
||||
}
|
||||
## End - Index
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user