Thanks.
CUrrently I had successfully using IIS as web server with API hosted on the same IIS server. So, now i wanted to move the API from IIS server to be hosted in the DB server and use Nginx as web server. DB server OS is linux. Hence, pleaase correct is below steps is wrong also i have two questions below.
1. Install Nginx https://docs.appeon.com/ps2022/Installing_Nginx_Linux.html
2. Packaging the client app ->>>>> Question: Net server - WEB API URL - Host - is it the Linux server ip address?
3. Publish the PowerServer Web APIs from the SnapDevelop IDE to a folder
4. Copy the clouapp files from item2 above to Linux server /usr/share/nginx/html
5. Copy all files from the publish folder to the linux server. ->>> Question: May i know if anybody can tell me, which folder normally? i dnt know because the appeon document never teach this.
6. Any services need to bring up? like in IIS,, need to start client and API.
Please advice. Thanks a lot.