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
The task Secure RainLoop /data/ directory in nginx configuration. puts the Location block at the end, because the insertbefore line isn't there. This causes the Nginx container to continually restart with this error:
2019/12/07 06:02:36 [emerg] 13#13: "location" directive is not allowed here in /etc/nginx/conf.d/site.conf:12
nginx: [emerg] "location" directive is not allowed here in /etc/nginx/conf.d/site.conf:12
Not sure why that line doesn't exist, but I don't think that location block should be anywhere in there because it needs to be in a server block.
The text was updated successfully, but these errors were encountered:
The task
Secure RainLoop /data/ directory in nginx configuration.
puts the Location block at the end, because the insertbefore line isn't there. This causes the Nginx container to continually restart with this error:Not sure why that line doesn't exist, but I don't think that location block should be anywhere in there because it needs to be in a server block.
The text was updated successfully, but these errors were encountered: