mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
10 lines
146 B
Bash
10 lines
146 B
Bash
#!/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
|