mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
11 lines
146 B
Text
11 lines
146 B
Text
|
#!/bin/bash
|
||
|
|
||
|
# Final path
|
||
|
/var/www/$app
|
||
|
|
||
|
# Nginx config
|
||
|
/etc/nginx/conf.d/$domain.d/$app.conf
|
||
|
|
||
|
# php-fpm config
|
||
|
/etc/php/7.0/fpm/pool.d/$app.conf
|