Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

[feature-request] Installer with nginx #6

Open
rundekugel opened this issue Apr 2, 2022 · 1 comment
Open

[feature-request] Installer with nginx #6

rundekugel opened this issue Apr 2, 2022 · 1 comment
Assignees

Comments

@rundekugel
Copy link

Can the installer support nginx?
I had to modify the config file:

sed -i -e 's|root /var/www/html|root /var/www/froxlor|g' /etc/nginx/sites-enabled/default --follow-symlinks
sed -i -e 's/#location/location/g' /etc/nginx/sites-enabled/default --follow-symlinks
sed -i -e 's|#location ~ \.php|location ~ \.php|g' /etc/nginx/sites-enabled/default --follow-symlinks
sed -i -e 's|#\tinclude sni|\tinclude sni|g' /etc/nginx/sites-enabled/default --follow-symlinks
sed -i -e 's|#\tfastcgi_pass unix|\tfastcgi_pass unix|g' /etc/nginx/sites-enabled/default --follow-symlinks
sed -i -z -e 's|9000;\n\t#|9000;\n\t|g' /etc/nginx/sites-enabled/default --follow-symlinks
sed -i -E 's|(^\sindex )|\1index.php |g' /etc/nginx/sites-enabled/default --follow-symlinks

and removed one '#' manually

to get froxlor running with nginx after the install script

If I use apache first and change to nginx after froxlor install script, will
php /var/www/froxlor/froxlor/install/scripts/config-services.p....
configure nginx ?

@d00p d00p self-assigned this Apr 2, 2022
@d00p
Copy link
Member

d00p commented Apr 2, 2022

Feature-request to support initial settings-adjustments by services as the webinstaller does

@d00p d00p changed the title Installer with nginx [feature-request] Installer with nginx Apr 2, 2022
d00p added a commit that referenced this issue Apr 2, 2022
…accordingly like the webinstaller does, refs #6

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants