PluggedP93
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by PluggedP93-
This is the rule that was tried from the article: RewriteEngine on RewriteBase / #for all requests on xyzname.com RewriteCond %{HTTP_HOST} xyzname\.com$ [NC] #if they are not for the www.xyzname...
-
I believe the reason for the restart script I noted is because there isn't a way to keep it from killing the process. Looking into things more, I came across this post:
-
Alright, good to know! Looking into Passenger, I believe my initial problem may have been poorly explained. I believe that whether I use pm2, Passenger, or even Docker, the server seems to reset e...
-
Hi Lauren, Thanks for the response! (And HB as well). I'd honestly never heard of Passenger before, so I'll look into that! A colleague has also been recommending I use Docker instead, what would...
-
Hi HB, Small update actually. Playing around with it and reinserting the "Export PATH" line, I managed to get it to work! Partially... Here is what I have: --- deployment: tasks: - export ...