This website requires JavaScript.
Explore
Help
Sign In
finn
/
site
Watch
2
Star
1
Fork
1
Code
Issues
1
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c23f5ff13e69bbe141ee3dfdb30e9fd51e282a57
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;
}
}
Reference in New Issue
Copy Permalink