with PM2 & Nginx
as a root, run below commands on server:
# adduser tomy
| import type { ContentHandler } from 'owa-controls-content-handler-base'; | |
| import { transformElementForDarkMode } from 'owa-dark-mode-utilities'; | |
| import { | |
| ATTR_COLOR, | |
| ATTR_BGCOLOR, | |
| DATA_OG_STYLE_COLOR, | |
| DATA_OG_ATTR_COLOR, | |
| DATA_OG_STYLE_BACKGROUNDCOLOR, | |
| DATA_OG_ATTR_BGCOLOR, | |
| } from 'owa-content-colors-constants'; |
| ###################################################################### | |
| ## Word to the wise ## | |
| ## It is best to keep your htaccess files as clean as possible ## | |
| ## and set as many specs in your Apache config as you can. ## | |
| ## Htaccess slows down Apache. ## | |
| ## Review the entire file before use, especially the TODO sections. ## | |
| ###################################################################### | |
| Options -MultiViews | |
| Options +FollowSymLinks |