Skip to content

Commit

Permalink
πŸŽ‰ Initial Commit
Browse files Browse the repository at this point in the history
Signed-off-by: Teakowa <27560638+Teakowa@users.noreply.github.com>
  • Loading branch information
Teakowa committed Apr 7, 2024
1 parent 07b1dc5 commit e8c404b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ upstream v {


server {
listen 80 default_server ipv4;
server_name cdn.14159.mov;
listen 80 default_server;
server_name localhost;

error_log /var/log/nginx/rewrite.log notice;
rewrite_log on;

if ($request_method !~ ^(GET|HEAD)$ ) {
return 405;
Expand Down

0 comments on commit e8c404b

Please sign in to comment.