refactored, noone needs the web folder

This commit is contained in:
2021-05-28 19:45:35 +02:00
parent 5e07cdc688
commit 6201447116
27 changed files with 0 additions and 0 deletions

7
apps/rompr/run-httpd Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
rm -f /var/run/nginx.pid
mkdir -p /var/log/nginx
set -e
/etc/init.d/php7.3-fpm restart
exec /usr/sbin/nginx -g 'daemon off;'