pastabble/nginx-conf.txt

6 lines
111 B
Plaintext

server {
server_name paste.plabble.org;
location / {
proxy_pass http://127.0.0.1:8080;
}
}