1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
This commit is contained in:
kam 2017-06-29 10:38:46 +02:00
parent 702b8692c2
commit cc0fc5f5af

View file

@ -76,7 +76,7 @@ sudo gitlab-ctl reconfigure
# Modify Nginx configuration file and copy it to Nginx conf directory
nginx_conf=../conf/nginx.conf
sed -i "s@YNH_WWW_PATH@$path_url@g" $nginx_conf
sed -i "s@PORT@$port@g" $nginx_conf
sed -i "s@PORT@$portNginx@g" $nginx_conf
# sed -i "s@YNH_WWW_ALIAS@$src_path/@g" $nginx_conf
# If a dedicated php-fpm process is used:
# Don't forget to modify ../conf/nginx.conf accordingly or your app will not work!