Hello,
I added my code to the file /home/admin/conf/web/mydomain.com.apache2.ssl.conf but for some reason, the file will be automatically rewritten randomly and my code will be removed. My code is reverse proxy configuration code.
Not sure when the issue will happen yet. maybe when system update, maintenance, etc.
How to solve this problem?
The web server config file was rewritten!
- myVesta
- Site Admin
- Posts: 963
- Joined: Fri Jun 19, 2020 9:59 am
- Has thanked: 10 times
- Been thanked: 6 times
Put your custom code in template files.
You can find template files in these folders:
For Apache templates:
For nginx templates:
Or, a better idea is to copy the existing template (for example: PHP-FPM-74.tpl, PHP-FPM-74.stpl, PHP-FPM-74.sh) to your own template files (for example: MY-74.tpl, MY-74.stpl, MY-74.sh).
Then put that template (MY-74) to your domain.
If you sometimes change your template, you can rebuild Apache/nginx .conf files by typing:
That's better than changing .conf files manually.
You can find template files in these folders:
For Apache templates:
Code: Select all
/usr/local/vesta/data/templates/web/apache2/
Code: Select all
/usr/local/vesta/data/templates/web/nginx/
Then put that template (MY-74) to your domain.
If you sometimes change your template, you can rebuild Apache/nginx .conf files by typing:
Code: Select all
sudo /usr/local/vesta/bin/v-rebuild-web-domains yourMyVestaUser
-
- Posts: 4
- Joined: Mon Jul 25, 2022 8:24 pm
Thank you very much.
When backup the server, will the customized web template be saved?
When backup the server, will the customized web template be saved?