Yaroslav Shepilov

Results 383 comments of Yaroslav Shepilov

Hi @narenarora I'm not an nginx expert unfortunately :( I tried to reproduce the issue, without Docker though, on [script-server.net](https://script-server.net/test-nginx/index.html#/) and everything worked fine for me. I used 1.18 version...

I even tried it with docker: `sudo docker run -d -p 5001:5000 bugy/script-server:1.18.0` ``` location ^~ /test-nginx-docker/ { proxy_pass_header Server; proxy_set_header Host $proxy_host; proxy_set_header X-Real-IP $remote_addr; # proxy_set_header X-Scheme $scheme;...

Hi @ryanovas to be honest, I'm not a linux expert. I found this discussion on Reddit: https://www.reddit.com/r/linuxadmin/comments/dp1mfw/running_a_service_using_ec2user/ Apparently, this error can be caused by an authentication. May be you can...

Hi @xprntb3. Unfortunately there is no supported way to hide the button (or prohibit stop). You can hide the button via custom CSS. But it will be hidden for everyone.

@MNeill73 this won't work I think. Because STOP button will transform into KILL button after 5 seconds. And you cannot "trap" kill command.

Cool, yes, this is the right place to define your custom styles

Hi, i think you should be able to solve this problem by adding the self signed certificate to your system's truststore. I don't think this as a feature of script...

Hey, you need to make your script executable: https://askubuntu.com/questions/409025/permission-denied-when-running-sh-scripts