I got it to work. Hmm, seems I had to use the /etc/nginx/conf.d/default.conf file to add it into.by beaverfish - How to...
My whole nginx.conf looks like this: user nginx; worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 1024; } #http { # include /etc/nginx/mime.types; # default_type application/octet-stream; # log_format main '$remote_addr - $remote_user [$time_local] "$request" ' #by beaverfish - How to...
A IIS server is located on 172.16.16.11 thats host a website on port 80 My Nginx-server is located on 192.168.1.49. (CentOS 7) The DNS server points to the 192.168.1.49 machine with the A record of www.test.com and test.com that should proxy to 172.16.16.11. Can someone help me a very basic config? Just want a quick and dirty configuration. Been following some tutorials on the web, even the mby beaverfish - How to...
![]() |
![]() |
![]() |
![]() |
|