File: access.wsgi

package info (click to toggle)
mod-wsgi 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,824 kB
  • sloc: ansic: 15,512; python: 3,697; makefile: 219; sh: 107
file content (3 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (3)
1
2
3
def allow_access(environ, host):
    print(environ, host)
    return True