migrated to debian

This commit is contained in:
2021-03-19 12:11:13 +01:00
parent aa55a0314e
commit cc66ee9eae
4 changed files with 85 additions and 29 deletions

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;'