migrated to debian
This commit is contained in:
6
apps/web/rompr/run-httpd
Normal file
6
apps/web/rompr/run-httpd
Normal 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;'
|
||||
Reference in New Issue
Block a user