I noticed this in my post...

*server { 
    listen 80; 
    location / { 
    proxy_pass  http://192.99.58.29:1701;
    } 
} 

server { 
    listen 443; 

    ssl_certificate /etc/nginx/cert_chain.crt; 
    ssl_certificate_key /etc/nginx/cert.key; 
    ssl on; 

    location / { 
    proxy_pass <http://192.99.58.29:1701;>  http://192.99.58.29:1701;
    } 
}* <http://192.99.58.29:1701;> 
Ben Coman wrote
> On Sat, 22 Dec 2018 at 23:57, horrido &lt;

> horrido.hobbies@

> &gt; wrote:
>>
>> Why does the forum editor add those stupid anchor tags without
>> permission???
> 
> I'm not clear what you are referring to. Which anchor tags?
> 
> cheers -ben





--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply via email to