mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
4 lines
117 B
Bash
Executable file
4 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
exec uwsgi --socket 0.0.0.0:${1} \
|
|
--plugins cgi \
|
|
--cgi /usr/share/webapps/cgit-aurweb/cgit.cgi
|