forked from Maurice/pastabble
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
server {
|
|
server_name paste.plabble.org;
|
|
location / {
|
|
proxy_pass http://127.0.0.1:8080;
|
|
}
|
|
} |