Skip to content

Commit

Permalink
Update forkapi.nginx.template
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebgrep authored Nov 30, 2024
1 parent d463045 commit 28175cd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nginx/forkapi.nginx.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


server {
listen 80;
server_name ${DOMAIN_NAME_NGINX};
Expand Down Expand Up @@ -34,8 +32,8 @@ server {
# charset utf-8;
# client_max_body_size 100M;
#
# ssl_certificate /nginx/ssl/fullchain.pem;
# ssl_certificate_key /nginx/ssl/privkey.pem;
# ssl_certificate /ssl/fullchain.pem;
# ssl_certificate_key /ssl/privkey.pem;
#
# location / {
# include /etc/nginx/uwsgi_params;
Expand Down

0 comments on commit 28175cd

Please sign in to comment.