Questions tagged [servers]
The servers tag has no summary.
29 questions
0 votes
1 answer
81 views
(Nginx+Angular+Docker+VPS) Mixed Content: web page loaded over https requested insecure endpoint; content must be served over HTTPS
Attention throughout description I replaced: my current domain -> my-domain.com actual server ip -> server-ip Im new to deploying web apps. I've managed to deploy my angular web app over https ...
1 vote
2 answers
147 views
Options to build a production server as a solo python developer?
I'm new to DevOps and overwhelmed with all the options. I write python web applications as a solo developer, on my local machine. I have a "staging" server and I have multiple websites under ...
1 vote
1 answer
55 views
How to ensure data protection on remote server?
We have sensitive data from a customer and need to train a Neural Network for our customers. However we have no severs to train the Neural Networks, so we want to rent GPU servers. There are many ...
-1 votes
1 answer
58 views
How to mitigate issues in an IIS on-prem application calling an unreliable cloud vendor API?
We have an IIS 10 (Windows Server) on-prem application that is calling a cloud vendor api and for some reason the api is not reliable. Sometimes the application returns results as expected. Sometimes ...
2 votes
2 answers
22k views
How to serve a custom index.html using the stock nginx docker image?
How do I serve static content from the default nginx docker image? Given: root@mordor:~# root@mordor:~# docker image ls nginx REPOSITORY TAG IMAGE ID CREATED ...
0 votes
1 answer
328 views
Can't access startfile http://localhost/
Having created a docker container as: docker run -d --name=jetty jetty How do I now get a hello world page as? Looking up localhost:8080 Making HTTP connection to localhost:8080 Alert!: Unable to ...
0 votes
1 answer
51 views
WIndows or Ubuntu server when developing on windows? [closed]
I am developing a MEAN app a windows laptop. Should I use Ubuntu or windows server on my cloud provider? Are there downsides of choosing one over the other?
2 votes
1 answer
876 views
Using tmux to host a server
So I have some API server that I need to be up 24/7. Is it a bad idea to open up a tmux window and run the server application? When you run a binary in tmux, the binary stays running even when you ...