ads.txt not being saved
-
Hi!
I had some problems with my ads.txt, I need to delete it, but when I try to create again in advanced ads, it says that was saved, but when I check the file, any changes was made.
I need to edit the file manually, when I check for problems, it says the file is available.
The file permissions is setted to 755 for user www-data
I need to set any other permission?
On nginx I configured it to not cache:
location = /ads.txt { expires 0; add_header 'Cache-Control' 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0'; add_header Pragma "no-cache"; allow all; log_not_found off; access_log off; }
The page I need help with: [log in to see the link]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘ads.txt not being saved’ is closed to new replies.