This website requires JavaScript.
Explore
Help
Register
Sign In
External
/
patterns
Watch
1
Star
0
Fork
0
You've already forked patterns
mirror of
https://github.com/fabriziosalmi/patterns.git
synced
2025-12-17 17:55:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
patterns
/
tests
/
nginx.conf
9 lines
115 B
Nginx Configuration File
Raw
Normal View
History
Unescape
Escape
Update nginx.conf
2025-01-07 20:27:51 +01:00
server
{
listen
80
;
server_name
example.com
;
Update nginx.conf
2025-01-07 19:07:26 +01:00
Update nginx.conf
2025-01-07 20:27:51 +01:00
location
/
{
return
200
"Hello,
World!"
;
Create nginx.conf
2025-01-07 19:04:10 +01:00
}
}
Reference in New Issue
Copy Permalink