Click here to Skip to main content
15,867,568 members
Home / Discussions / System Admin
   

System Admin

 
AnswerRe: html coding Pin
Member 1532961313-Oct-21 11:01
Member 1532961313-Oct-21 11:01 
QuestionDefault printer change upon RDP re-connection to server Pin
Calvin Tate12-Aug-20 19:37
Calvin Tate12-Aug-20 19:37 
QuestionRe: Default printer change upon RDP re-connection to server Pin
Jörgen Andersson12-Aug-20 20:11
professionalJörgen Andersson12-Aug-20 20:11 
AnswerRe: Default printer change upon RDP re-connection to server Pin
Calvin Tate12-Aug-20 20:56
Calvin Tate12-Aug-20 20:56 
GeneralRe: Default printer change upon RDP re-connection to server Pin
Jörgen Andersson12-Aug-20 21:03
professionalJörgen Andersson12-Aug-20 21:03 
GeneralRe: Default printer change upon RDP re-connection to server Pin
Calvin Tate12-Aug-20 21:44
Calvin Tate12-Aug-20 21:44 
QuestionUnable to access domain resources via VPN Pin
MikeTheFid16-Jul-20 5:03
MikeTheFid16-Jul-20 5:03 
QuestionCan't access by IPV6 Pin
pkfox1-May-20 5:13
professionalpkfox1-May-20 5:13 
Edit 2

I'm a muppet, as I have an identical nginx rule on my Web server I shouldn't be passing the full route only the method to the controller from my local box

server {
listen 9666;
listen [::]:9666;
location / {
This what I had on local box and is wrong.
proxy_pass mysite.com:9666/api/MyController/
            What I have now on local box and is correct.
            proxy_pass mysite.com:9666/

            On the Web server I have this.
            proxy_pass localhost:9654/api/controller/

}
}

I must have accidentally changed the proxy_pass line on the local box - sorry if I wasted anyones time.

"We can't stop here - this is bat country" - Hunter S Thompson - RIP

-- modified 2-May-20 5:25am.
AnswerRe: Can't access by IPV6 Pin
phil.o1-May-20 7:29
professionalphil.o1-May-20 7:29 
GeneralRe: Can't access by IPV6 Pin
pkfox1-May-20 21:43
professionalpkfox1-May-20 21:43 
QuestionCannot access an intranet website from a pda Pin
Johan Hakkesteegt16-Apr-20 2:36
Johan Hakkesteegt16-Apr-20 2:36 
AnswerRe: Cannot access an intranet website from a pda Pin
k505416-Apr-20 10:12
mvek505416-Apr-20 10:12 
GeneralRe: Cannot access an intranet website from a pda Pin
Johan Hakkesteegt16-Apr-20 23:47
Johan Hakkesteegt16-Apr-20 23:47 
GeneralRe: Cannot access an intranet website from a pda Pin
Richard Deeming10-Mar-21 21:37
mveRichard Deeming10-Mar-21 21:37 
QuestionUsing TLS email protocol in a program Pin
Lance114022-Oct-19 6:55
Lance114022-Oct-19 6:55 
AnswerRe: Using TLS email protocol in a program Pin
Michael Martin6-Jan-20 18:18
professionalMichael Martin6-Jan-20 18:18 
Questionessl Pin
RajaMohammed.A14-Oct-19 2:42
RajaMohammed.A14-Oct-19 2:42 
AnswerRe: essl Pin
Nathan Minier15-Oct-19 1:59
professionalNathan Minier15-Oct-19 1:59 
QuestionDHCP Scope Names Update Pin
GenJerDan22-Sep-19 22:34
GenJerDan22-Sep-19 22:34 
Generalinternet f***ed... Pin
Super Lloyd26-May-19 6:56
Super Lloyd26-May-19 6:56 
GeneralRe: internet f***ed... Pin
GuyThiebaut26-May-19 7:12
professionalGuyThiebaut26-May-19 7:12 
GeneralRe: internet f***ed... Pin
Super Lloyd26-May-19 13:17
Super Lloyd26-May-19 13:17 
GeneralRe: internet f***ed... Pin
RickZeeland26-May-19 7:17
mveRickZeeland26-May-19 7:17 
GeneralRe: internet f***ed... Pin
Super Lloyd26-May-19 13:17
Super Lloyd26-May-19 13:17 
GeneralRe: internet f***ed... Pin
Ron Anders26-May-19 15:59
Ron Anders26-May-19 15:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.