Skip to content

Commit

Permalink
making the cgi correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-philippe Martel committed Oct 18, 2022
1 parent 0b3424c commit db3ac52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ server{
root ./html5up-dimension;
index index.html;
autoindex on;
cgi_ext .py /usr/bin/perl;
cgi_ext .py /usr/bin/python;
cgi_ext .pl /usr/bin/perl;

}
Expand Down
1 change: 0 additions & 1 deletion html5up-dimension/cgi-bin/form.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python

# https://www.geeksforgeeks.org/what-is-cgi-in-python/

Expand Down

0 comments on commit db3ac52

Please sign in to comment.