Changes between Version 37 and Version 38 of Nmm2022/Agenda/RTsetup
- Timestamp:
- Jul 15, 2022, 5:44:13 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/RTsetup
v37 v38 560 560 561 561 [[Image(theme_logo.png, 800px, nolink)]] 562 563 Note: 564 565 Possible Cross-site request forgery message RT5 566 567 Edit the RT_SiteConfig.pm add an additional line to indicate your Webdomain either IP or FQDN. 568 569 {{{ 570 sudo vi /opt/rt5/etc/RT_SiteConfig.pm 571 }}} 572 573 {{{ 574 Set( $WebDomain, 'your-servers-ip' ); 575 }}} 576 577 (This can be ip or dns. it depends on what you use) 578 579 Restart Apache 580 581 {{{ 582 sudo systemctl restart apache2 583 }}}