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
FYI - great script, worked like a charm (well, not at first, but that's on me because I can't spell file paths properly)
Only issue is that it seems it won't run with the permissions as initially installed, kept getting a 500 server error until I gave ownership over the files to user www like so from within jail:
FYI - great script, worked like a charm (well, not at first, but that's on me because I can't spell file paths properly)
Only issue is that it seems it won't run with the permissions as initially installed, kept getting a 500 server error until I gave ownership over the files to user www like so from within jail:
chown www:www /usr/local/www/Caddyfile
chown -R www:www /usr/local/www/html
and then restart Caddy:
service caddy restart
May be something specific about my system, but wanted to document in case others have the same issue.
The text was updated successfully, but these errors were encountered: