【发布时间】:2021-08-17 08:00:10
【问题描述】:
我正在使用 Django 我不知道如何设置配置文件 '''
-
别名 /static root/pixlfy/googlesheet/static 要求全部授予
<Directory root/pixlfy/googlesheet/googlesheet> <Files wsgi.py> Require all granted </Files> </Directory> WSGIDaemonProcess pixlfy python-home=root/pixlfy/projectenvpython-path=root/pixlfy/googlesheet WSGIProcessGroup pixlfy WSGIScriptAlias / root/pixlfy/googlesheet/googlesheet/wsgi.py
<Directory root/pixlfy/googlesheet/googlesheet> Order allow,deny Allow from all </Directory>
'''
【问题讨论】:
-
你的操作系统是什么?你用的是 Ubuntu 20.04 吗?
标签: python django apache2 digital-ocean