Remove nginx commented lines

This commit is contained in:
Quentin McGaw (desktop) 2021-08-02 12:51:26 -04:00
parent b4d8a121ef
commit 8c65d16e6b

View File

@ -10,9 +10,6 @@ http {
server_name 2fAuth;
root /srv/public;
# add_header X-Frame-Options "SAMEORIGIN";
# add_header X-Content-Type-Options "nosniff";
index index.php;
charset utf-8;