Skip to content

Commit

Permalink
Change nginx to unprivileged port
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pimenta-DME committed Jul 5, 2023
1 parent ca2b271 commit 7d4d3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/default.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server {
listen 80;
listen 8080;
sendfile on;
default_type application/octet-stream;
gzip on;
Expand Down

0 comments on commit 7d4d3b1

Please sign in to comment.