This website requires JavaScript.
Explore
Help
Sign In
justin
/
site
Watch
1
Star
0
Fork
0
forked from
finn/site
Code
Pull Requests
Activity
Files
a20351bb9e27e9bab76c6661ab59f52916f511b2
site
/
proxy
/
oldconf
T
9 lines
126 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial re-commit to wipe commit histoy due to public repo
2024-07-06 21:10:44 +00:00
server {
listen 80;
server_name localhost;
location / {
proxy_pass http://backend:8000;
}
}
Copy Permalink