Answer the question
In order to leave comments, you need to log in
nginx + some webserver
server {
listen 80 default;
server_name example.com;
location / {
root /var/www;
index index.php;
}
location /some {
proxy_pass 127.0.0.1:8080;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question