Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- events {}
- http {
- server {
- root /var/www;
- location / {
- proxy_pass http://localhost:8080;
- }
- location /status.html {
- root /status.html;
- }
- }
- }
Advertisement