mirror of
https://github.com/YunoHost-Apps/framagames_ynh.git
synced 2024-09-03 18:36:28 +02:00
typo
This commit is contained in:
parent
1de49bf3c3
commit
cc7c741a09
3 changed files with 4 additions and 4 deletions
|
@ -170,7 +170,7 @@ request_slowlog_timeout = 5s
|
||||||
; The log file for slow requests
|
; The log file for slow requests
|
||||||
; Default Value: not set
|
; Default Value: not set
|
||||||
; Note: slowlog is mandatory if request_slowlog_timeout is set
|
; Note: slowlog is mandatory if request_slowlog_timeout is set
|
||||||
slowlog = /var/log/nginx/LOGNAMETOCHANGE.slow.log
|
slowlog = /var/log/nginx/NAMETOCHANGE.slow.log
|
||||||
|
|
||||||
; Set open file descriptor rlimit.
|
; Set open file descriptor rlimit.
|
||||||
; Default Value: system defined value
|
; Default Value: system defined value
|
||||||
|
@ -195,7 +195,7 @@ rlimit_core = 0
|
||||||
; Chdir to this directory at the start.
|
; Chdir to this directory at the start.
|
||||||
; Note: relative path can be used.
|
; Note: relative path can be used.
|
||||||
; Default Value: current directory or / when chroot
|
; Default Value: current directory or / when chroot
|
||||||
chdir = /var/www/FOLDERNAMETOCHANGE
|
chdir = /var/www/FOLDERTOCHANGE
|
||||||
|
|
||||||
; Redirect worker stdout and stderr into main error log. If not set, stdout and
|
; Redirect worker stdout and stderr into main error log. If not set, stdout and
|
||||||
; stderr will be redirected to /dev/null according to FastCGI specs.
|
; stderr will be redirected to /dev/null according to FastCGI specs.
|
||||||
|
|
|
@ -55,7 +55,7 @@ sed -i "s@NAMETOCHANGE@$domain\_$sitename@g" ../conf/nginx.conf
|
||||||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$sitename.conf
|
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$sitename.conf
|
||||||
|
|
||||||
sed -i "s@NAMETOCHANGE@$domain\_$sitename@g" ../conf/php-fpm.conf
|
sed -i "s@NAMETOCHANGE@$domain\_$sitename@g" ../conf/php-fpm.conf
|
||||||
sed -i "s@FOLDERNAMETOCHANGE@$domain/$sitename@g" ../conf/php-fpm.conf
|
sed -i "s@FOLDERTOCHANGE@$domain/$sitename@g" ../conf/php-fpm.conf
|
||||||
finalphpconf=/etc/php5/fpm/pool.d/$domain\_$sitename.conf
|
finalphpconf=/etc/php5/fpm/pool.d/$domain\_$sitename.conf
|
||||||
sudo cp ../conf/php-fpm.conf $finalphpconf
|
sudo cp ../conf/php-fpm.conf $finalphpconf
|
||||||
sudo chown root: $finalphpconf
|
sudo chown root: $finalphpconf
|
||||||
|
|
|
@ -22,7 +22,7 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$name.conf
|
||||||
|
|
||||||
# php5-fpm configuration
|
# php5-fpm configuration
|
||||||
sed -i "s@NAMETOCHANGE@$domain\_$sitename@g" ../conf/php-fpm.conf
|
sed -i "s@NAMETOCHANGE@$domain\_$sitename@g" ../conf/php-fpm.conf
|
||||||
sed -i "s@FOLDERNAMETOCHANGE@$domain/$sitename@g" ../conf/php-fpm.conf
|
sed -i "s@FOLDERTOCHANGE@$domain/$sitename@g" ../conf/php-fpm.conf
|
||||||
|
|
||||||
finalphpconf=/etc/php5/fpm/pool.d/$domain\_$sitename.conf
|
finalphpconf=/etc/php5/fpm/pool.d/$domain\_$sitename.conf
|
||||||
sudo cp ../conf/php-fpm.conf $finalphpconf
|
sudo cp ../conf/php-fpm.conf $finalphpconf
|
||||||
|
|
Loading…
Add table
Reference in a new issue