Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : Want custom config to proxypass to 127.0.0.1:8000 using nginx



Normal Mode | Print  

 Want custom config to proxypass to 127.0.0.1:8000 using nginx, nginx templates like settings for perticular domain (2 Replies, Read 140502 times)
naresh335
Group: Member
Post Group: Newbie
Posts: 3
Status:
Hello everyone,
                      Was trying webuzo panel, looks great product. However, when I wanted to add a proxy configuration there are no docs for the same nor any configuration on the panel.

I have achieved although what I wanted to do by customizing nginx config directly in
Code
/usr/local/apps/nginx/etc/conf.d/userVH.conf
, however I feel that would be overwritten as soon as any changes are done in webuzo panel and nginx reloaded by webuzo.

Do you have any configuration templates specifically to do this ? I want to overwrite a particular domain with this proxypass config.


Quote
location / {
        proxy_pass  localhost:8000;
      proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

IP: --   


Threads
 naresh335   Want custom config to proxypass to 127.0.0.1:8000 using nginx, nginx templates like settings for perticular domain (2 Replies, Read 140502 times)
    |--  surajmore   Hi, You can...   on November 28, 2022, 11:09 am
    |--  naresh335   thanks for the...   on November 29, 2022, 1:40 am

« Previous    Next »

Normal Mode | Print  



Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 29, 2024, 9:47 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.058