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
{{ message }}
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
`server {
listen 443 ssl http2;
server_name paste.domain.eu;
root /home/alpha/paste;
error_log /var/log/nginx/paste-error.log;
access_log /var/log/nginx/paste-access.log;
}
` error 403:
2022/05/17 19:34:02 [error] 5657#5657: *13 directory index of "/home/alpha/paste/" is forbidden, client: myip, server: paste.domain.eu, request: "GET / HTTP/2.0", host: "paste.domain"
I've try:
chown -R www-data:www-data /home/alpha/paste but cannot start with npm start (permission denied)
chown -R alpha:www-data /home/alpha/paste but cannot start with npm start (permission denied)
chown -R www-data:alpha /home/alpha/paste but cannot start with npm start (permission denied)
using nginx:
Thanks for any help
The text was updated successfully, but these errors were encountered: