Skip to content

Commit

Permalink
fixed package vulnaberabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuuzu committed Jan 29, 2024
1 parent 3812e10 commit f68779e
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 135 deletions.
13 changes: 13 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
server {
listen 80;
server_name ryuuzu.xyz;

access_log /var/log/nginx/ryuuzu.xyz.access.log;
error_log /var/log/nginx/ryuuzu.xyz.error.log;


location / {
include proxy_params;
proxy_pass http://localhost:5000;
}
}
Loading

0 comments on commit f68779e

Please sign in to comment.