migrated to debian

This commit is contained in:
2021-03-19 12:34:01 +01:00
parent cc66ee9eae
commit 6e58e75668

6
apps/web/rompr/run-httpd Normal file
View File

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