website
website copied to clipboard
master → main
Fixes #3832
Deployment plan:
- [ ] Clone beside existing master on golf
- [ ] Clone existing websocket for PHP
- [ ] Migrate any required data/config that isn't in this repo
Post-deployment:
- [ ] Change weblate branch settings
@lewisgoddard do we also need to update nginx.conf?
root /var/www/io.elementary/master;
fastcgi_pass unix:/run/php/website-master.sock;
fastcgi_index index.php;
fastcgi_param PHPENV "production";
fastcgi_param SCRIPT_FILENAME /var/www/io.elementary/master/$fastcgi_script_name;
Yes, if we move it on the server (otherwise it might get confusing). Not sure where else this might be referenced, especially server-side, but I don't think that config gets auto-imported over there. This will need careful deployment.