You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nginx Configuration Parse Error
unexpected token BlockEnd (}) on line 38, column 7
It first appeared like 2 versions ago. With the latest release I noticed the site gets disabled when entering the edit mode (yet it stays enabled on the main page). This is a bit confusing.
Upd: This block may also produce the parse error.
location = /more {
content_by_lua '
-- more lua code here
';
}
The text was updated successfully, but these errors were encountered:
This block produces the following error:
It first appeared like 2 versions ago. With the latest release I noticed the site gets disabled when entering the edit mode (yet it stays enabled on the main page). This is a bit confusing.
Upd: This block may also produce the parse error.
The text was updated successfully, but these errors were encountered: