You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
maybe a common question. how do i allow access to the admin interface on regular port 80 and without ssl? i have web2py running on a little local raspberry pi, behind firewalls, and i'm not concerned with security.
thank you in advance, lucas
Clemens
unread,
Apr 16, 2021, 2:22:22 PM4/16/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Then I access my local machine in the browser by 127.0.0.1:80 and ssh transports the request over to port 80 on the remote machine. web2py just responds to a request on its port 80.